Shades of Conifer #BBF460
Tints of Conifer #BBF460
RGB
CMYK
RGB Variations
Color information
#BBF460 (or 0xBBF460) is known color: Conifer. HEX triplet: BB, F4 and 60. RGB value is (187,244,96). Sum of RGB (Red+Green+Blue) = 187+244+96=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 244 (95.70% from 255 or 46.30% from 527); Blue value is 96 (37.89% from 255 or 18.22% from 527); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF460 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF460 is #440B9F. Grayscale: #D2D2D2. Windows color (decimal): -4459424 or 6354107. OLE color: 6354107.
HSL color Cylindrical-coordinate representation of color #BBF460: hue angle of 83.11º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBF460 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 96 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.04 |
| HSL | 83.11º | 0.87% | 0.67% | - |
| HSV(B) | 83.11º | 0.61% | 0.96% | - |
| XYZ | 54.96 | 76.11 | 22.86 | - |
| YUV | 210.09 | 63.62 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 96 | 0.23 | 0 | 0.61 | 0.04 | 83.11 | 0.87 | 0.67 |
| Hex | BB | F4 | 60 | 17 | 0 | 3D | 4 | 53 | 57 | 43 |
| Octal | 273 | 364 | 140 | 27 | 0 | 75 | 4 | 123 | 127 | 103 |
| Binary | 10111011 | 11110100 | 1100000 | 10111 | 0 | 111101 | 100 | 1010011 | 1010111 | 1000011 |
Color Harmonies of #BBF460
Complementary color
Monochromatic Colors of #BBF460
Black with #BBF460
Text Example
Text Example
White with #BBF460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF460; }
p { color: rgb(187,244,96); }
H1.HeaderClassName
{
color: #BBF460;
}
.AnyTagClassName
{
color: #BBF460;
}
</style>
background-color css
<style>
a { background-color: #BBF460; }
a { background-color: rgb(187,244,96); }
div.DivClassName
{
background-color: #BBF460;
}
.BgClassName
{
background-color: #BBF460;
}
</style>
border-color css
<style>
span { border-color: #BBF460; }
span { border-color: rgb(187,244,96); }
td.TdClassName
{
border-color: #BBF460;
}
.TagClassName
{
border-color: #BBF460;
}
</style>