Shades of Conifer #BBF14C
Tints of Conifer #BBF14C
RGB
CMYK
RGB Variations
Color information
#BBF14C (or 0xBBF14C) is known color: Conifer. HEX triplet: BB, F1 and 4C. RGB value is (187,241,76). Sum of RGB (Red+Green+Blue) = 187+241+76=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 76 (30.08% from 255 or 15.08% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF14C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF14C is #440EB3. Grayscale: #CECECE. Windows color (decimal): -4460212 or 5042619. OLE color: 5042619.
HSL color Cylindrical-coordinate representation of color #BBF14C: hue angle of 79.64º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBF14C is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 76 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.05 |
| HSL | 79.64º | 0.85% | 0.62% | - |
| HSV(B) | 79.64º | 0.68% | 0.95% | - |
| XYZ | 53.25 | 74 | 18.31 | - |
| YUV | 206.04 | 54.61 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 76 | 0.22 | 0 | 0.68 | 0.05 | 79.64 | 0.85 | 0.62 |
| Hex | BB | F1 | 4C | 16 | 0 | 44 | 5 | 50 | 55 | 3E |
| Octal | 273 | 361 | 114 | 26 | 0 | 104 | 5 | 120 | 125 | 76 |
| Binary | 10111011 | 11110001 | 1001100 | 10110 | 0 | 1000100 | 101 | 1010000 | 1010101 | 111110 |
Color Harmonies of #BBF14C
Complementary color
Monochromatic Colors of #BBF14C
Black with #BBF14C
Text Example
Text Example
White with #BBF14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF14C; }
p { color: rgb(187,241,76); }
H1.HeaderClassName
{
color: #BBF14C;
}
.AnyTagClassName
{
color: #BBF14C;
}
</style>
background-color css
<style>
a { background-color: #BBF14C; }
a { background-color: rgb(187,241,76); }
div.DivClassName
{
background-color: #BBF14C;
}
.BgClassName
{
background-color: #BBF14C;
}
</style>
border-color css
<style>
span { border-color: #BBF14C; }
span { border-color: rgb(187,241,76); }
td.TdClassName
{
border-color: #BBF14C;
}
.TagClassName
{
border-color: #BBF14C;
}
</style>