Shades of Conifer #BBF261
Tints of Conifer #BBF261
RGB
CMYK
RGB Variations
Color information
#BBF261 (or 0xBBF261) is known color: Conifer. HEX triplet: BB, F2 and 61. RGB value is (187,242,97). Sum of RGB (Red+Green+Blue) = 187+242+97=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 97 (38.28% from 255 or 18.44% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF261 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF261 is #440D9E. Grayscale: #D1D1D1. Windows color (decimal): -4459935 or 6419131. OLE color: 6419131.
HSL color Cylindrical-coordinate representation of color #BBF261: hue angle of 82.76º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBF261 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 97 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.05 |
| HSL | 82.76º | 0.85% | 0.66% | - |
| HSV(B) | 82.76º | 0.6% | 0.95% | - |
| XYZ | 54.4 | 74.93 | 22.91 | - |
| YUV | 209.03 | 64.78 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 97 | 0.23 | 0 | 0.60 | 0.05 | 82.76 | 0.85 | 0.66 |
| Hex | BB | F2 | 61 | 17 | 0 | 3C | 5 | 53 | 55 | 42 |
| Octal | 273 | 362 | 141 | 27 | 0 | 74 | 5 | 123 | 125 | 102 |
| Binary | 10111011 | 11110010 | 1100001 | 10111 | 0 | 111100 | 101 | 1010011 | 1010101 | 1000010 |
Color Harmonies of #BBF261
Complementary color
Monochromatic Colors of #BBF261
Black with #BBF261
Text Example
Text Example
White with #BBF261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF261; }
p { color: rgb(187,242,97); }
H1.HeaderClassName
{
color: #BBF261;
}
.AnyTagClassName
{
color: #BBF261;
}
</style>
background-color css
<style>
a { background-color: #BBF261; }
a { background-color: rgb(187,242,97); }
div.DivClassName
{
background-color: #BBF261;
}
.BgClassName
{
background-color: #BBF261;
}
</style>
border-color css
<style>
span { border-color: #BBF261; }
span { border-color: rgb(187,242,97); }
td.TdClassName
{
border-color: #BBF261;
}
.TagClassName
{
border-color: #BBF261;
}
</style>