Shades of Conifer #BBF063
Tints of Conifer #BBF063
RGB
CMYK
RGB Variations
Color information
#BBF063 (or 0xBBF063) is known color: Conifer. HEX triplet: BB, F0 and 63. RGB value is (187,240,99). Sum of RGB (Red+Green+Blue) = 187+240+99=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 240 (94.14% from 255 or 45.63% from 526); Blue value is 99 (39.06% from 255 or 18.82% from 526); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF063 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF063 is #440F9C. Grayscale: #D0D0D0. Windows color (decimal): -4460445 or 6549691. OLE color: 6549691.
HSL color Cylindrical-coordinate representation of color #BBF063: hue angle of 82.55º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BBF063 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 99 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.06 |
| HSL | 82.55º | 0.82% | 0.66% | - |
| HSV(B) | 82.55º | 0.59% | 0.94% | - |
| XYZ | 53.91 | 73.79 | 23.21 | - |
| YUV | 208.08 | 66.44 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 99 | 0.22 | 0 | 0.59 | 0.06 | 82.55 | 0.82 | 0.66 |
| Hex | BB | F0 | 63 | 16 | 0 | 3B | 6 | 53 | 52 | 42 |
| Octal | 273 | 360 | 143 | 26 | 0 | 73 | 6 | 123 | 122 | 102 |
| Binary | 10111011 | 11110000 | 1100011 | 10110 | 0 | 111011 | 110 | 1010011 | 1010010 | 1000010 |
Color Harmonies of #BBF063
Complementary color
Monochromatic Colors of #BBF063
Black with #BBF063
Text Example
Text Example
White with #BBF063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF063; }
p { color: rgb(187,240,99); }
H1.HeaderClassName
{
color: #BBF063;
}
.AnyTagClassName
{
color: #BBF063;
}
</style>
background-color css
<style>
a { background-color: #BBF063; }
a { background-color: rgb(187,240,99); }
div.DivClassName
{
background-color: #BBF063;
}
.BgClassName
{
background-color: #BBF063;
}
</style>
border-color css
<style>
span { border-color: #BBF063; }
span { border-color: rgb(187,240,99); }
td.TdClassName
{
border-color: #BBF063;
}
.TagClassName
{
border-color: #BBF063;
}
</style>