Shades of Conifer #BBF65D
Tints of Conifer #BBF65D
RGB
CMYK
RGB Variations
Color information
#BBF65D (or 0xBBF65D) is known color: Conifer. HEX triplet: BB, F6 and 5D. RGB value is (187,246,93). Sum of RGB (Red+Green+Blue) = 187+246+93=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 246 (96.48% from 255 or 46.77% from 526); Blue value is 93 (36.72% from 255 or 17.68% from 526); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF65D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF65D is #4409A2. Grayscale: #D3D3D3. Windows color (decimal): -4458915 or 6158011. OLE color: 6158011.
HSL color Cylindrical-coordinate representation of color #BBF65D: hue angle of 83.14º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBF65D is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 93 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.04 |
| HSL | 83.14º | 0.89% | 0.66% | - |
| HSV(B) | 83.14º | 0.62% | 0.96% | - |
| XYZ | 55.43 | 77.27 | 22.35 | - |
| YUV | 210.92 | 61.45 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 93 | 0.24 | 0 | 0.62 | 0.04 | 83.14 | 0.89 | 0.66 |
| Hex | BB | F6 | 5D | 18 | 0 | 3E | 4 | 53 | 59 | 42 |
| Octal | 273 | 366 | 135 | 30 | 0 | 76 | 4 | 123 | 131 | 102 |
| Binary | 10111011 | 11110110 | 1011101 | 11000 | 0 | 111110 | 100 | 1010011 | 1011001 | 1000010 |
Color Harmonies of #BBF65D
Complementary color
Monochromatic Colors of #BBF65D
Black with #BBF65D
Text Example
Text Example
White with #BBF65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF65D; }
p { color: rgb(187,246,93); }
H1.HeaderClassName
{
color: #BBF65D;
}
.AnyTagClassName
{
color: #BBF65D;
}
</style>
background-color css
<style>
a { background-color: #BBF65D; }
a { background-color: rgb(187,246,93); }
div.DivClassName
{
background-color: #BBF65D;
}
.BgClassName
{
background-color: #BBF65D;
}
</style>
border-color css
<style>
span { border-color: #BBF65D; }
span { border-color: rgb(187,246,93); }
td.TdClassName
{
border-color: #BBF65D;
}
.TagClassName
{
border-color: #BBF65D;
}
</style>