Shades of Conifer #BBF05D
Tints of Conifer #BBF05D
RGB
CMYK
RGB Variations
Color information
#BBF05D (or 0xBBF05D) is known color: Conifer. HEX triplet: BB, F0 and 5D. RGB value is (187,240,93). Sum of RGB (Red+Green+Blue) = 187+240+93=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 240 (94.14% from 255 or 46.15% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF05D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF05D is #440FA2. Grayscale: #CFCFCF. Windows color (decimal): -4460451 or 6156475. OLE color: 6156475.
HSL color Cylindrical-coordinate representation of color #BBF05D: hue angle of 81.63º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBF05D is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 93 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.06 |
| HSL | 81.63º | 0.83% | 0.65% | - |
| HSV(B) | 81.63º | 0.61% | 0.94% | - |
| XYZ | 53.63 | 73.68 | 21.75 | - |
| YUV | 207.4 | 63.44 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 93 | 0.22 | 0 | 0.61 | 0.06 | 81.63 | 0.83 | 0.65 |
| Hex | BB | F0 | 5D | 16 | 0 | 3D | 6 | 52 | 53 | 41 |
| Octal | 273 | 360 | 135 | 26 | 0 | 75 | 6 | 122 | 123 | 101 |
| Binary | 10111011 | 11110000 | 1011101 | 10110 | 0 | 111101 | 110 | 1010010 | 1010011 | 1000001 |
Color Harmonies of #BBF05D
Complementary color
Monochromatic Colors of #BBF05D
Black with #BBF05D
Text Example
Text Example
White with #BBF05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF05D; }
p { color: rgb(187,240,93); }
H1.HeaderClassName
{
color: #BBF05D;
}
.AnyTagClassName
{
color: #BBF05D;
}
</style>
background-color css
<style>
a { background-color: #BBF05D; }
a { background-color: rgb(187,240,93); }
div.DivClassName
{
background-color: #BBF05D;
}
.BgClassName
{
background-color: #BBF05D;
}
</style>
border-color css
<style>
span { border-color: #BBF05D; }
span { border-color: rgb(187,240,93); }
td.TdClassName
{
border-color: #BBF05D;
}
.TagClassName
{
border-color: #BBF05D;
}
</style>