Shades of Conifer #BBF062
Tints of Conifer #BBF062
RGB
CMYK
RGB Variations
Color information
#BBF062 (or 0xBBF062) is known color: Conifer. HEX triplet: BB, F0 and 62. RGB value is (187,240,98). Sum of RGB (Red+Green+Blue) = 187+240+98=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 98 (38.67% from 255 or 18.67% from 525); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF062 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF062 is #440F9D. Grayscale: #D0D0D0. Windows color (decimal): -4460446 or 6484155. OLE color: 6484155.
HSL color Cylindrical-coordinate representation of color #BBF062: hue angle of 82.39º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BBF062 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 98 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.06 |
| HSL | 82.39º | 0.83% | 0.66% | - |
| HSV(B) | 82.39º | 0.59% | 0.94% | - |
| XYZ | 53.86 | 73.77 | 22.96 | - |
| YUV | 207.97 | 65.94 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 98 | 0.22 | 0 | 0.59 | 0.06 | 82.39 | 0.83 | 0.66 |
| Hex | BB | F0 | 62 | 16 | 0 | 3B | 6 | 52 | 53 | 42 |
| Octal | 273 | 360 | 142 | 26 | 0 | 73 | 6 | 122 | 123 | 102 |
| Binary | 10111011 | 11110000 | 1100010 | 10110 | 0 | 111011 | 110 | 1010010 | 1010011 | 1000010 |
Color Harmonies of #BBF062
Complementary color
Monochromatic Colors of #BBF062
Black with #BBF062
Text Example
Text Example
White with #BBF062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF062; }
p { color: rgb(187,240,98); }
H1.HeaderClassName
{
color: #BBF062;
}
.AnyTagClassName
{
color: #BBF062;
}
</style>
background-color css
<style>
a { background-color: #BBF062; }
a { background-color: rgb(187,240,98); }
div.DivClassName
{
background-color: #BBF062;
}
.BgClassName
{
background-color: #BBF062;
}
</style>
border-color css
<style>
span { border-color: #BBF062; }
span { border-color: rgb(187,240,98); }
td.TdClassName
{
border-color: #BBF062;
}
.TagClassName
{
border-color: #BBF062;
}
</style>