Shades of Conifer #BBF144
Tints of Conifer #BBF144
RGB
CMYK
RGB Variations
Color information
#BBF144 (or 0xBBF144) is known color: Conifer. HEX triplet: BB, F1 and 44. RGB value is (187,241,68). Sum of RGB (Red+Green+Blue) = 187+241+68=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 241 (94.53% from 255 or 48.59% from 496); Blue value is 68 (26.95% from 255 or 13.71% from 496); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF144 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF144 is #440EBB. Grayscale: #CDCDCD. Windows color (decimal): -4460220 or 4518331. OLE color: 4518331.
HSL color Cylindrical-coordinate representation of color #BBF144: hue angle of 78.73º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BBF144 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 68 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.05 |
| HSL | 78.73º | 0.86% | 0.61% | - |
| HSV(B) | 78.73º | 0.72% | 0.95% | - |
| XYZ | 52.99 | 73.89 | 16.94 | - |
| YUV | 205.13 | 50.61 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 68 | 0.22 | 0 | 0.72 | 0.05 | 78.73 | 0.86 | 0.61 |
| Hex | BB | F1 | 44 | 16 | 0 | 48 | 5 | 4F | 56 | 3D |
| Octal | 273 | 361 | 104 | 26 | 0 | 110 | 5 | 117 | 126 | 75 |
| Binary | 10111011 | 11110001 | 1000100 | 10110 | 0 | 1001000 | 101 | 1001111 | 1010110 | 111101 |
Color Harmonies of #BBF144
Complementary color
Monochromatic Colors of #BBF144
Black with #BBF144
Text Example
Text Example
White with #BBF144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF144; }
p { color: rgb(187,241,68); }
H1.HeaderClassName
{
color: #BBF144;
}
.AnyTagClassName
{
color: #BBF144;
}
</style>
background-color css
<style>
a { background-color: #BBF144; }
a { background-color: rgb(187,241,68); }
div.DivClassName
{
background-color: #BBF144;
}
.BgClassName
{
background-color: #BBF144;
}
</style>
border-color css
<style>
span { border-color: #BBF144; }
span { border-color: rgb(187,241,68); }
td.TdClassName
{
border-color: #BBF144;
}
.TagClassName
{
border-color: #BBF144;
}
</style>