Shades of Conifer #BBF95A
Tints of Conifer #BBF95A
RGB
CMYK
RGB Variations
Color information
#BBF95A (or 0xBBF95A) is known color: Conifer. HEX triplet: BB, F9 and 5A. RGB value is (187,249,90). Sum of RGB (Red+Green+Blue) = 187+249+90=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 249 (97.66% from 255 or 47.34% from 526); Blue value is 90 (35.55% from 255 or 17.11% from 526); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF95A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF95A is #4406A5. Grayscale: #D4D4D4. Windows color (decimal): -4458150 or 5962171. OLE color: 5962171.
HSL color Cylindrical-coordinate representation of color #BBF95A: hue angle of 83.4º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBF95A is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 249 | 90 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.02 |
| HSL | 83.4º | 0.93% | 0.66% | - |
| HSV(B) | 83.4º | 0.64% | 0.98% | - |
| XYZ | 56.21 | 79.05 | 21.97 | - |
| YUV | 212.34 | 58.96 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 249 | 90 | 0.25 | 0 | 0.64 | 0.02 | 83.4 | 0.93 | 0.66 |
| Hex | BB | F9 | 5A | 19 | 0 | 40 | 2 | 53 | 5D | 42 |
| Octal | 273 | 371 | 132 | 31 | 0 | 100 | 2 | 123 | 135 | 102 |
| Binary | 10111011 | 11111001 | 1011010 | 11001 | 0 | 1000000 | 10 | 1010011 | 1011101 | 1000010 |
Color Harmonies of #BBF95A
Complementary color
Monochromatic Colors of #BBF95A
Black with #BBF95A
Text Example
Text Example
White with #BBF95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF95A; }
p { color: rgb(187,249,90); }
H1.HeaderClassName
{
color: #BBF95A;
}
.AnyTagClassName
{
color: #BBF95A;
}
</style>
background-color css
<style>
a { background-color: #BBF95A; }
a { background-color: rgb(187,249,90); }
div.DivClassName
{
background-color: #BBF95A;
}
.BgClassName
{
background-color: #BBF95A;
}
</style>
border-color css
<style>
span { border-color: #BBF95A; }
span { border-color: rgb(187,249,90); }
td.TdClassName
{
border-color: #BBF95A;
}
.TagClassName
{
border-color: #BBF95A;
}
</style>