Shades of Conifer #BBF85D
Tints of Conifer #BBF85D
RGB
CMYK
RGB Variations
Color information
#BBF85D (or 0xBBF85D) is known color: Conifer. HEX triplet: BB, F8 and 5D. RGB value is (187,248,93). Sum of RGB (Red+Green+Blue) = 187+248+93=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 248 (97.27% from 255 or 46.97% from 528); Blue value is 93 (36.72% from 255 or 17.61% from 528); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF85D is #4407A2. Grayscale: #D4D4D4. Windows color (decimal): -4458403 or 6158523. OLE color: 6158523.
HSL color Cylindrical-coordinate representation of color #BBF85D: hue angle of 83.61º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBF85D is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 248 | 93 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.03 |
| HSL | 83.61º | 0.92% | 0.67% | - |
| HSV(B) | 83.61º | 0.63% | 0.97% | - |
| XYZ | 56.04 | 78.49 | 22.55 | - |
| YUV | 212.09 | 60.79 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 248 | 93 | 0.25 | 0 | 0.62 | 0.03 | 83.61 | 0.92 | 0.67 |
| Hex | BB | F8 | 5D | 19 | 0 | 3E | 3 | 54 | 5C | 43 |
| Octal | 273 | 370 | 135 | 31 | 0 | 76 | 3 | 124 | 134 | 103 |
| Binary | 10111011 | 11111000 | 1011101 | 11001 | 0 | 111110 | 11 | 1010100 | 1011100 | 1000011 |
Color Harmonies of #BBF85D
Complementary color
Monochromatic Colors of #BBF85D
Black with #BBF85D
Text Example
Text Example
White with #BBF85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF85D; }
p { color: rgb(187,248,93); }
H1.HeaderClassName
{
color: #BBF85D;
}
.AnyTagClassName
{
color: #BBF85D;
}
</style>
background-color css
<style>
a { background-color: #BBF85D; }
a { background-color: rgb(187,248,93); }
div.DivClassName
{
background-color: #BBF85D;
}
.BgClassName
{
background-color: #BBF85D;
}
</style>
border-color css
<style>
span { border-color: #BBF85D; }
span { border-color: rgb(187,248,93); }
td.TdClassName
{
border-color: #BBF85D;
}
.TagClassName
{
border-color: #BBF85D;
}
</style>