Shades of Conifer #BBF94B
Tints of Conifer #BBF94B
RGB
CMYK
RGB Variations
Color information
#BBF94B (or 0xBBF94B) is known color: Conifer. HEX triplet: BB, F9 and 4B. RGB value is (187,249,75). Sum of RGB (Red+Green+Blue) = 187+249+75=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 75 (29.69% from 255 or 14.68% from 511); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF94B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF94B is #4406B4. Grayscale: #D3D3D3. Windows color (decimal): -4458165 or 4979131. OLE color: 4979131.
HSL color Cylindrical-coordinate representation of color #BBF94B: hue angle of 81.38º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBF94B is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 249 | 75 | - |
| CMYK | 0.25 | 0 | 0.70 | 0.02 |
| HSL | 81.38º | 0.94% | 0.64% | - |
| HSV(B) | 81.38º | 0.7% | 0.98% | - |
| XYZ | 55.64 | 78.82 | 18.94 | - |
| YUV | 210.63 | 51.46 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 249 | 75 | 0.25 | 0 | 0.70 | 0.02 | 81.38 | 0.94 | 0.64 |
| Hex | BB | F9 | 4B | 19 | 0 | 46 | 2 | 51 | 5E | 40 |
| Octal | 273 | 371 | 113 | 31 | 0 | 106 | 2 | 121 | 136 | 100 |
| Binary | 10111011 | 11111001 | 1001011 | 11001 | 0 | 1000110 | 10 | 1010001 | 1011110 | 1000000 |
Color Harmonies of #BBF94B
Complementary color
Monochromatic Colors of #BBF94B
Black with #BBF94B
Text Example
Text Example
White with #BBF94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF94B; }
p { color: rgb(187,249,75); }
H1.HeaderClassName
{
color: #BBF94B;
}
.AnyTagClassName
{
color: #BBF94B;
}
</style>
background-color css
<style>
a { background-color: #BBF94B; }
a { background-color: rgb(187,249,75); }
div.DivClassName
{
background-color: #BBF94B;
}
.BgClassName
{
background-color: #BBF94B;
}
</style>
border-color css
<style>
span { border-color: #BBF94B; }
span { border-color: rgb(187,249,75); }
td.TdClassName
{
border-color: #BBF94B;
}
.TagClassName
{
border-color: #BBF94B;
}
</style>