Shades of Conifer #BBF562
Tints of Conifer #BBF562
RGB
CMYK
RGB Variations
Color information
#BBF562 (or 0xBBF562) is known color: Conifer. HEX triplet: BB, F5 and 62. RGB value is (187,245,98). Sum of RGB (Red+Green+Blue) = 187+245+98=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 245 (96.09% from 255 or 46.23% from 530); Blue value is 98 (38.67% from 255 or 18.49% from 530); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF562 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF562 is #440A9D. Grayscale: #D3D3D3. Windows color (decimal): -4459166 or 6485435. OLE color: 6485435.
HSL color Cylindrical-coordinate representation of color #BBF562: hue angle of 83.67º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBF562 is Cyan = 0.24, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 245 | 98 | - |
| CMYK | 0.24 | 0 | 0.6 | 0.04 |
| HSL | 83.67º | 0.88% | 0.67% | - |
| HSV(B) | 83.67º | 0.6% | 0.96% | - |
| XYZ | 55.35 | 76.75 | 23.45 | - |
| YUV | 210.9 | 64.28 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 98 | 0.24 | 0 | 0.6 | 0.04 | 83.67 | 0.88 | 0.67 |
| Hex | BB | F5 | 62 | 18 | 0 | 3C | 4 | 54 | 58 | 43 |
| Octal | 273 | 365 | 142 | 30 | 0 | 74 | 4 | 124 | 130 | 103 |
| Binary | 10111011 | 11110101 | 1100010 | 11000 | 0 | 111100 | 100 | 1010100 | 1011000 | 1000011 |
Color Harmonies of #BBF562
Complementary color
Monochromatic Colors of #BBF562
Black with #BBF562
Text Example
Text Example
White with #BBF562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF562; }
p { color: rgb(187,245,98); }
H1.HeaderClassName
{
color: #BBF562;
}
.AnyTagClassName
{
color: #BBF562;
}
</style>
background-color css
<style>
a { background-color: #BBF562; }
a { background-color: rgb(187,245,98); }
div.DivClassName
{
background-color: #BBF562;
}
.BgClassName
{
background-color: #BBF562;
}
</style>
border-color css
<style>
span { border-color: #BBF562; }
span { border-color: rgb(187,245,98); }
td.TdClassName
{
border-color: #BBF562;
}
.TagClassName
{
border-color: #BBF562;
}
</style>