Shades of Conifer #BBED4B
Tints of Conifer #BBED4B
RGB
CMYK
RGB Variations
Color information
#BBED4B (or 0xBBED4B) is known color: Conifer. HEX triplet: BB, ED and 4B. RGB value is (187,237,75). Sum of RGB (Red+Green+Blue) = 187+237+75=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 75 (29.69% from 255 or 15.03% from 499); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBED4B is #4412B4. Grayscale: #CCCCCC. Windows color (decimal): -4461237 or 4976059. OLE color: 4976059.
HSL color Cylindrical-coordinate representation of color #BBED4B: hue angle of 78.52º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBED4B is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 75 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.07 |
| HSL | 78.52º | 0.82% | 0.61% | - |
| HSV(B) | 78.52º | 0.68% | 0.93% | - |
| XYZ | 52.05 | 71.64 | 17.74 | - |
| YUV | 203.58 | 55.44 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 75 | 0.21 | 0 | 0.68 | 0.07 | 78.52 | 0.82 | 0.61 |
| Hex | BB | ED | 4B | 15 | 0 | 44 | 7 | 4F | 52 | 3D |
| Octal | 273 | 355 | 113 | 25 | 0 | 104 | 7 | 117 | 122 | 75 |
| Binary | 10111011 | 11101101 | 1001011 | 10101 | 0 | 1000100 | 111 | 1001111 | 1010010 | 111101 |
Color Harmonies of #BBED4B
Complementary color
Monochromatic Colors of #BBED4B
Black with #BBED4B
Text Example
Text Example
White with #BBED4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBED4B; }
p { color: rgb(187,237,75); }
H1.HeaderClassName
{
color: #BBED4B;
}
.AnyTagClassName
{
color: #BBED4B;
}
</style>
background-color css
<style>
a { background-color: #BBED4B; }
a { background-color: rgb(187,237,75); }
div.DivClassName
{
background-color: #BBED4B;
}
.BgClassName
{
background-color: #BBED4B;
}
</style>
border-color css
<style>
span { border-color: #BBED4B; }
span { border-color: rgb(187,237,75); }
td.TdClassName
{
border-color: #BBED4B;
}
.TagClassName
{
border-color: #BBED4B;
}
</style>