Shades of Conifer #BBF35D
Tints of Conifer #BBF35D
RGB
CMYK
RGB Variations
Color information
#BBF35D (or 0xBBF35D) is known color: Conifer. HEX triplet: BB, F3 and 5D. RGB value is (187,243,93). Sum of RGB (Red+Green+Blue) = 187+243+93=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 243 (95.31% from 255 or 46.46% from 523); Blue value is 93 (36.72% from 255 or 17.78% from 523); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF35D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF35D is #440CA2. Grayscale: #D1D1D1. Windows color (decimal): -4459683 or 6157243. OLE color: 6157243.
HSL color Cylindrical-coordinate representation of color #BBF35D: hue angle of 82.4º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBF35D is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 93 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.05 |
| HSL | 82.4º | 0.86% | 0.66% | - |
| HSV(B) | 82.4º | 0.62% | 0.95% | - |
| XYZ | 54.52 | 75.46 | 22.05 | - |
| YUV | 209.16 | 62.45 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 93 | 0.23 | 0 | 0.62 | 0.05 | 82.4 | 0.86 | 0.66 |
| Hex | BB | F3 | 5D | 17 | 0 | 3E | 5 | 52 | 56 | 42 |
| Octal | 273 | 363 | 135 | 27 | 0 | 76 | 5 | 122 | 126 | 102 |
| Binary | 10111011 | 11110011 | 1011101 | 10111 | 0 | 111110 | 101 | 1010010 | 1010110 | 1000010 |
Color Harmonies of #BBF35D
Complementary color
Monochromatic Colors of #BBF35D
Black with #BBF35D
Text Example
Text Example
White with #BBF35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF35D; }
p { color: rgb(187,243,93); }
H1.HeaderClassName
{
color: #BBF35D;
}
.AnyTagClassName
{
color: #BBF35D;
}
</style>
background-color css
<style>
a { background-color: #BBF35D; }
a { background-color: rgb(187,243,93); }
div.DivClassName
{
background-color: #BBF35D;
}
.BgClassName
{
background-color: #BBF35D;
}
</style>
border-color css
<style>
span { border-color: #BBF35D; }
span { border-color: rgb(187,243,93); }
td.TdClassName
{
border-color: #BBF35D;
}
.TagClassName
{
border-color: #BBF35D;
}
</style>