Shades of Conifer #BBEF65
Tints of Conifer #BBEF65
RGB
CMYK
RGB Variations
Color information
#BBEF65 (or 0xBBEF65) is known color: Conifer. HEX triplet: BB, EF and 65. RGB value is (187,239,101). Sum of RGB (Red+Green+Blue) = 187+239+101=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 239 (93.75% from 255 or 45.35% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEF65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBEF65 is #44109A. Grayscale: #D0D0D0. Windows color (decimal): -4460699 or 6680507. OLE color: 6680507.
HSL color Cylindrical-coordinate representation of color #BBEF65: hue angle of 82.61º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBEF65 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 239 | 101 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.06 |
| HSL | 82.61º | 0.81% | 0.67% | - |
| HSV(B) | 82.61º | 0.58% | 0.94% | - |
| XYZ | 53.71 | 73.24 | 23.62 | - |
| YUV | 207.72 | 67.77 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 239 | 101 | 0.22 | 0 | 0.58 | 0.06 | 82.61 | 0.81 | 0.67 |
| Hex | BB | EF | 65 | 16 | 0 | 3A | 6 | 53 | 51 | 43 |
| Octal | 273 | 357 | 145 | 26 | 0 | 72 | 6 | 123 | 121 | 103 |
| Binary | 10111011 | 11101111 | 1100101 | 10110 | 0 | 111010 | 110 | 1010011 | 1010001 | 1000011 |
Color Harmonies of #BBEF65
Complementary color
Monochromatic Colors of #BBEF65
Black with #BBEF65
Text Example
Text Example
White with #BBEF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEF65; }
p { color: rgb(187,239,101); }
H1.HeaderClassName
{
color: #BBEF65;
}
.AnyTagClassName
{
color: #BBEF65;
}
</style>
background-color css
<style>
a { background-color: #BBEF65; }
a { background-color: rgb(187,239,101); }
div.DivClassName
{
background-color: #BBEF65;
}
.BgClassName
{
background-color: #BBEF65;
}
</style>
border-color css
<style>
span { border-color: #BBEF65; }
span { border-color: rgb(187,239,101); }
td.TdClassName
{
border-color: #BBEF65;
}
.TagClassName
{
border-color: #BBEF65;
}
</style>