Shades of Conifer #B4EF4D
Tints of Conifer #B4EF4D
RGB
CMYK
RGB Variations
Color information
#B4EF4D (or 0xB4EF4D) is known color: Conifer. HEX triplet: B4, EF and 4D. RGB value is (180,239,77). Sum of RGB (Red+Green+Blue) = 180+239+77=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 239 (93.75% from 255 or 48.19% from 496); Blue value is 77 (30.47% from 255 or 15.52% from 496); Max value from RGB is 239 - color contains mainly: green. Hex color #B4EF4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4EF4D is #4B10B2. Grayscale: #CBCBCB. Windows color (decimal): -4919475 or 5107636. OLE color: 5107636.
HSL color Cylindrical-coordinate representation of color #B4EF4D: hue angle of 81.85º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B4EF4D is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 239 | 77 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.06 |
| HSL | 81.85º | 0.84% | 0.62% | - |
| HSV(B) | 81.85º | 0.68% | 0.94% | - |
| XYZ | 51.03 | 71.97 | 18.22 | - |
| YUV | 202.89 | 56.95 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 239 | 77 | 0.25 | 0 | 0.68 | 0.06 | 81.85 | 0.84 | 0.62 |
| Hex | B4 | EF | 4D | 19 | 0 | 44 | 6 | 52 | 54 | 3E |
| Octal | 264 | 357 | 115 | 31 | 0 | 104 | 6 | 122 | 124 | 76 |
| Binary | 10110100 | 11101111 | 1001101 | 11001 | 0 | 1000100 | 110 | 1010010 | 1010100 | 111110 |
Color Harmonies of #B4EF4D
Complementary color
Monochromatic Colors of #B4EF4D
Black with #B4EF4D
Text Example
Text Example
White with #B4EF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EF4D; }
p { color: rgb(180,239,77); }
H1.HeaderClassName
{
color: #B4EF4D;
}
.AnyTagClassName
{
color: #B4EF4D;
}
</style>
background-color css
<style>
a { background-color: #B4EF4D; }
a { background-color: rgb(180,239,77); }
div.DivClassName
{
background-color: #B4EF4D;
}
.BgClassName
{
background-color: #B4EF4D;
}
</style>
border-color css
<style>
span { border-color: #B4EF4D; }
span { border-color: rgb(180,239,77); }
td.TdClassName
{
border-color: #B4EF4D;
}
.TagClassName
{
border-color: #B4EF4D;
}
</style>