Shades of Conifer #BBF95D
Tints of Conifer #BBF95D
RGB
CMYK
RGB Variations
Color information
#BBF95D (or 0xBBF95D) is known color: Conifer. HEX triplet: BB, F9 and 5D. RGB value is (187,249,93). Sum of RGB (Red+Green+Blue) = 187+249+93=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 249 (97.66% from 255 or 47.07% from 529); Blue value is 93 (36.72% from 255 or 17.58% from 529); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF95D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF95D is #4406A2. Grayscale: #D5D5D5. Windows color (decimal): -4458147 or 6158779. OLE color: 6158779.
HSL color Cylindrical-coordinate representation of color #BBF95D: hue angle of 83.85º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBF95D is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 249 | 93 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.02 |
| HSL | 83.85º | 0.93% | 0.67% | - |
| HSV(B) | 83.85º | 0.63% | 0.98% | - |
| XYZ | 56.34 | 79.11 | 22.66 | - |
| YUV | 212.68 | 60.46 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 249 | 93 | 0.25 | 0 | 0.63 | 0.02 | 83.85 | 0.93 | 0.67 |
| Hex | BB | F9 | 5D | 19 | 0 | 3F | 2 | 54 | 5D | 43 |
| Octal | 273 | 371 | 135 | 31 | 0 | 77 | 2 | 124 | 135 | 103 |
| Binary | 10111011 | 11111001 | 1011101 | 11001 | 0 | 111111 | 10 | 1010100 | 1011101 | 1000011 |
Color Harmonies of #BBF95D
Complementary color
Monochromatic Colors of #BBF95D
Black with #BBF95D
Text Example
Text Example
White with #BBF95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF95D; }
p { color: rgb(187,249,93); }
H1.HeaderClassName
{
color: #BBF95D;
}
.AnyTagClassName
{
color: #BBF95D;
}
</style>
background-color css
<style>
a { background-color: #BBF95D; }
a { background-color: rgb(187,249,93); }
div.DivClassName
{
background-color: #BBF95D;
}
.BgClassName
{
background-color: #BBF95D;
}
</style>
border-color css
<style>
span { border-color: #BBF95D; }
span { border-color: rgb(187,249,93); }
td.TdClassName
{
border-color: #BBF95D;
}
.TagClassName
{
border-color: #BBF95D;
}
</style>