Shades of Conifer #BBF54F
Tints of Conifer #BBF54F
RGB
CMYK
RGB Variations
Color information
#BBF54F (or 0xBBF54F) is known color: Conifer. HEX triplet: BB, F5 and 4F. RGB value is (187,245,79). Sum of RGB (Red+Green+Blue) = 187+245+79=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 79 (31.25% from 255 or 15.46% from 511); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF54F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF54F is #440AB0. Grayscale: #D1D1D1. Windows color (decimal): -4459185 or 5240251. OLE color: 5240251.
HSL color Cylindrical-coordinate representation of color #BBF54F: hue angle of 80.96º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBF54F is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 245 | 79 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.04 |
| HSL | 80.96º | 0.89% | 0.64% | - |
| HSV(B) | 80.96º | 0.68% | 0.96% | - |
| XYZ | 54.56 | 76.43 | 19.27 | - |
| YUV | 208.73 | 54.78 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 79 | 0.24 | 0 | 0.68 | 0.04 | 80.96 | 0.89 | 0.64 |
| Hex | BB | F5 | 4F | 18 | 0 | 44 | 4 | 51 | 59 | 40 |
| Octal | 273 | 365 | 117 | 30 | 0 | 104 | 4 | 121 | 131 | 100 |
| Binary | 10111011 | 11110101 | 1001111 | 11000 | 0 | 1000100 | 100 | 1010001 | 1011001 | 1000000 |
Color Harmonies of #BBF54F
Complementary color
Monochromatic Colors of #BBF54F
Black with #BBF54F
Text Example
Text Example
White with #BBF54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF54F; }
p { color: rgb(187,245,79); }
H1.HeaderClassName
{
color: #BBF54F;
}
.AnyTagClassName
{
color: #BBF54F;
}
</style>
background-color css
<style>
a { background-color: #BBF54F; }
a { background-color: rgb(187,245,79); }
div.DivClassName
{
background-color: #BBF54F;
}
.BgClassName
{
background-color: #BBF54F;
}
</style>
border-color css
<style>
span { border-color: #BBF54F; }
span { border-color: rgb(187,245,79); }
td.TdClassName
{
border-color: #BBF54F;
}
.TagClassName
{
border-color: #BBF54F;
}
</style>