Shades of Conifer #BAF54B
Tints of Conifer #BAF54B
RGB
CMYK
RGB Variations
Color information
#BAF54B (or 0xBAF54B) is known color: Conifer. HEX triplet: BA, F5 and 4B. RGB value is (186,245,75). Sum of RGB (Red+Green+Blue) = 186+245+75=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 245 (96.09% from 255 or 48.42% from 506); Blue value is 75 (29.69% from 255 or 14.82% from 506); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF54B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF54B is #450AB4. Grayscale: #D0D0D0. Windows color (decimal): -4524725 or 4978106. OLE color: 4978106.
HSL color Cylindrical-coordinate representation of color #BAF54B: hue angle of 80.82º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAF54B is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 245 | 75 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.04 |
| HSL | 80.82º | 0.89% | 0.63% | - |
| HSV(B) | 80.82º | 0.69% | 0.96% | - |
| XYZ | 54.17 | 76.25 | 18.52 | - |
| YUV | 207.98 | 52.95 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 245 | 75 | 0.24 | 0 | 0.69 | 0.04 | 80.82 | 0.89 | 0.63 |
| Hex | BA | F5 | 4B | 18 | 0 | 45 | 4 | 51 | 59 | 3F |
| Octal | 272 | 365 | 113 | 30 | 0 | 105 | 4 | 121 | 131 | 77 |
| Binary | 10111010 | 11110101 | 1001011 | 11000 | 0 | 1000101 | 100 | 1010001 | 1011001 | 111111 |
Color Harmonies of #BAF54B
Complementary color
Monochromatic Colors of #BAF54B
Black with #BAF54B
Text Example
Text Example
White with #BAF54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF54B; }
p { color: rgb(186,245,75); }
H1.HeaderClassName
{
color: #BAF54B;
}
.AnyTagClassName
{
color: #BAF54B;
}
</style>
background-color css
<style>
a { background-color: #BAF54B; }
a { background-color: rgb(186,245,75); }
div.DivClassName
{
background-color: #BAF54B;
}
.BgClassName
{
background-color: #BAF54B;
}
</style>
border-color css
<style>
span { border-color: #BAF54B; }
span { border-color: rgb(186,245,75); }
td.TdClassName
{
border-color: #BAF54B;
}
.TagClassName
{
border-color: #BAF54B;
}
</style>