Shades of Conifer #BBF252
Tints of Conifer #BBF252
RGB
CMYK
RGB Variations
Color information
#BBF252 (or 0xBBF252) is known color: Conifer. HEX triplet: BB, F2 and 52. RGB value is (187,242,82). Sum of RGB (Red+Green+Blue) = 187+242+82=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 82 (32.42% from 255 or 16.05% from 511); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF252 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF252 is #440DAD. Grayscale: #CFCFCF. Windows color (decimal): -4459950 or 5436091. OLE color: 5436091.
HSL color Cylindrical-coordinate representation of color #BBF252: hue angle of 80.62º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBF252 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 82 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.05 |
| HSL | 80.63º | 0.86% | 0.64% | - |
| HSV(B) | 80.63º | 0.66% | 0.95% | - |
| XYZ | 53.77 | 74.68 | 19.56 | - |
| YUV | 207.32 | 57.28 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 82 | 0.23 | 0 | 0.66 | 0.05 | 80.63 | 0.86 | 0.64 |
| Hex | BB | F2 | 52 | 17 | 0 | 42 | 5 | 51 | 56 | 40 |
| Octal | 273 | 362 | 122 | 27 | 0 | 102 | 5 | 121 | 126 | 100 |
| Binary | 10111011 | 11110010 | 1010010 | 10111 | 0 | 1000010 | 101 | 1010001 | 1010110 | 1000000 |
Color Harmonies of #BBF252
Complementary color
Monochromatic Colors of #BBF252
Black with #BBF252
Text Example
Text Example
White with #BBF252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF252; }
p { color: rgb(187,242,82); }
H1.HeaderClassName
{
color: #BBF252;
}
.AnyTagClassName
{
color: #BBF252;
}
</style>
background-color css
<style>
a { background-color: #BBF252; }
a { background-color: rgb(187,242,82); }
div.DivClassName
{
background-color: #BBF252;
}
.BgClassName
{
background-color: #BBF252;
}
</style>
border-color css
<style>
span { border-color: #BBF252; }
span { border-color: rgb(187,242,82); }
td.TdClassName
{
border-color: #BBF252;
}
.TagClassName
{
border-color: #BBF252;
}
</style>