Shades of Conifer #B4EE56
Tints of Conifer #B4EE56
RGB
CMYK
RGB Variations
Color information
#B4EE56 (or 0xB4EE56) is known color: Conifer. HEX triplet: B4, EE and 56. RGB value is (180,238,86). Sum of RGB (Red+Green+Blue) = 180+238+86=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 86 (33.98% from 255 or 17.06% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #B4EE56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4EE56 is #4B11A9. Grayscale: #CBCBCB. Windows color (decimal): -4919722 or 5697204. OLE color: 5697204.
HSL color Cylindrical-coordinate representation of color #B4EE56: hue angle of 82.89º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B4EE56 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 238 | 86 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.07 |
| HSL | 82.89º | 0.82% | 0.64% | - |
| HSV(B) | 82.89º | 0.64% | 0.93% | - |
| XYZ | 51.08 | 71.52 | 19.92 | - |
| YUV | 203.33 | 61.78 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 238 | 86 | 0.24 | 0 | 0.64 | 0.07 | 82.89 | 0.82 | 0.64 |
| Hex | B4 | EE | 56 | 18 | 0 | 40 | 7 | 53 | 52 | 40 |
| Octal | 264 | 356 | 126 | 30 | 0 | 100 | 7 | 123 | 122 | 100 |
| Binary | 10110100 | 11101110 | 1010110 | 11000 | 0 | 1000000 | 111 | 1010011 | 1010010 | 1000000 |
Color Harmonies of #B4EE56
Complementary color
Monochromatic Colors of #B4EE56
Black with #B4EE56
Text Example
Text Example
White with #B4EE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EE56; }
p { color: rgb(180,238,86); }
H1.HeaderClassName
{
color: #B4EE56;
}
.AnyTagClassName
{
color: #B4EE56;
}
</style>
background-color css
<style>
a { background-color: #B4EE56; }
a { background-color: rgb(180,238,86); }
div.DivClassName
{
background-color: #B4EE56;
}
.BgClassName
{
background-color: #B4EE56;
}
</style>
border-color css
<style>
span { border-color: #B4EE56; }
span { border-color: rgb(180,238,86); }
td.TdClassName
{
border-color: #B4EE56;
}
.TagClassName
{
border-color: #B4EE56;
}
</style>