Shades of Conifer #BBF462
Tints of Conifer #BBF462
RGB
CMYK
RGB Variations
Color information
#BBF462 (or 0xBBF462) is known color: Conifer. HEX triplet: BB, F4 and 62. RGB value is (187,244,98). Sum of RGB (Red+Green+Blue) = 187+244+98=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 244 (95.70% from 255 or 46.12% from 529); Blue value is 98 (38.67% from 255 or 18.53% from 529); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF462 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF462 is #440B9D. Grayscale: #D2D2D2. Windows color (decimal): -4459422 or 6485179. OLE color: 6485179.
HSL color Cylindrical-coordinate representation of color #BBF462: hue angle of 83.42º degrees, saturation: 0.87, 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 #BBF462 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 98 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.04 |
| HSL | 83.42º | 0.87% | 0.67% | - |
| HSV(B) | 83.42º | 0.6% | 0.96% | - |
| XYZ | 55.05 | 76.15 | 23.35 | - |
| YUV | 210.31 | 64.62 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 98 | 0.23 | 0 | 0.60 | 0.04 | 83.42 | 0.87 | 0.67 |
| Hex | BB | F4 | 62 | 17 | 0 | 3C | 4 | 53 | 57 | 43 |
| Octal | 273 | 364 | 142 | 27 | 0 | 74 | 4 | 123 | 127 | 103 |
| Binary | 10111011 | 11110100 | 1100010 | 10111 | 0 | 111100 | 100 | 1010011 | 1010111 | 1000011 |
Color Harmonies of #BBF462
Complementary color
Monochromatic Colors of #BBF462
Black with #BBF462
Text Example
Text Example
White with #BBF462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF462; }
p { color: rgb(187,244,98); }
H1.HeaderClassName
{
color: #BBF462;
}
.AnyTagClassName
{
color: #BBF462;
}
</style>
background-color css
<style>
a { background-color: #BBF462; }
a { background-color: rgb(187,244,98); }
div.DivClassName
{
background-color: #BBF462;
}
.BgClassName
{
background-color: #BBF462;
}
</style>
border-color css
<style>
span { border-color: #BBF462; }
span { border-color: rgb(187,244,98); }
td.TdClassName
{
border-color: #BBF462;
}
.TagClassName
{
border-color: #BBF462;
}
</style>