Shades of Conifer #BBF94D
Tints of Conifer #BBF94D
RGB
CMYK
RGB Variations
Color information
#BBF94D (or 0xBBF94D) is known color: Conifer. HEX triplet: BB, F9 and 4D. RGB value is (187,249,77). Sum of RGB (Red+Green+Blue) = 187+249+77=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 249 (97.66% from 255 or 48.54% from 513); Blue value is 77 (30.47% from 255 or 15.01% from 513); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF94D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF94D is #4406B2. Grayscale: #D3D3D3. Windows color (decimal): -4458163 or 5110203. OLE color: 5110203.
HSL color Cylindrical-coordinate representation of color #BBF94D: hue angle of 81.63º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BBF94D is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 249 | 77 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.02 |
| HSL | 81.63º | 0.93% | 0.64% | - |
| HSV(B) | 81.63º | 0.69% | 0.98% | - |
| XYZ | 55.71 | 78.85 | 19.3 | - |
| YUV | 210.85 | 52.46 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 249 | 77 | 0.25 | 0 | 0.69 | 0.02 | 81.63 | 0.93 | 0.64 |
| Hex | BB | F9 | 4D | 19 | 0 | 45 | 2 | 52 | 5D | 40 |
| Octal | 273 | 371 | 115 | 31 | 0 | 105 | 2 | 122 | 135 | 100 |
| Binary | 10111011 | 11111001 | 1001101 | 11001 | 0 | 1000101 | 10 | 1010010 | 1011101 | 1000000 |
Color Harmonies of #BBF94D
Complementary color
Monochromatic Colors of #BBF94D
Black with #BBF94D
Text Example
Text Example
White with #BBF94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF94D; }
p { color: rgb(187,249,77); }
H1.HeaderClassName
{
color: #BBF94D;
}
.AnyTagClassName
{
color: #BBF94D;
}
</style>
background-color css
<style>
a { background-color: #BBF94D; }
a { background-color: rgb(187,249,77); }
div.DivClassName
{
background-color: #BBF94D;
}
.BgClassName
{
background-color: #BBF94D;
}
</style>
border-color css
<style>
span { border-color: #BBF94D; }
span { border-color: rgb(187,249,77); }
td.TdClassName
{
border-color: #BBF94D;
}
.TagClassName
{
border-color: #BBF94D;
}
</style>