Shades of Conifer #B2EA4D
Tints of Conifer #B2EA4D
RGB
CMYK
RGB Variations
Color information
#B2EA4D (or 0xB2EA4D) is known color: Conifer. HEX triplet: B2, EA and 4D. RGB value is (178,234,77). Sum of RGB (Red+Green+Blue) = 178+234+77=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 234 (91.80% from 255 or 47.85% from 489); Blue value is 77 (30.47% from 255 or 15.75% from 489); Max value from RGB is 234 - color contains mainly: green. Hex color #B2EA4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2EA4D is #4D15B2. Grayscale: #C7C7C7. Windows color (decimal): -5051827 or 5106354. OLE color: 5106354.
HSL color Cylindrical-coordinate representation of color #B2EA4D: hue angle of 81.4º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2EA4D is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 234 | 77 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.08 |
| HSL | 81.4º | 0.79% | 0.61% | - |
| HSV(B) | 81.4º | 0.67% | 0.92% | - |
| XYZ | 49.12 | 68.85 | 17.72 | - |
| YUV | 199.36 | 58.95 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 234 | 77 | 0.24 | 0 | 0.67 | 0.08 | 81.4 | 0.79 | 0.61 |
| Hex | B2 | EA | 4D | 18 | 0 | 43 | 8 | 51 | 4F | 3D |
| Octal | 262 | 352 | 115 | 30 | 0 | 103 | 10 | 121 | 117 | 75 |
| Binary | 10110010 | 11101010 | 1001101 | 11000 | 0 | 1000011 | 1000 | 1010001 | 1001111 | 111101 |
Color Harmonies of #B2EA4D
Complementary color
Monochromatic Colors of #B2EA4D
Black with #B2EA4D
Text Example
Text Example
White with #B2EA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EA4D; }
p { color: rgb(178,234,77); }
H1.HeaderClassName
{
color: #B2EA4D;
}
.AnyTagClassName
{
color: #B2EA4D;
}
</style>
background-color css
<style>
a { background-color: #B2EA4D; }
a { background-color: rgb(178,234,77); }
div.DivClassName
{
background-color: #B2EA4D;
}
.BgClassName
{
background-color: #B2EA4D;
}
</style>
border-color css
<style>
span { border-color: #B2EA4D; }
span { border-color: rgb(178,234,77); }
td.TdClassName
{
border-color: #B2EA4D;
}
.TagClassName
{
border-color: #B2EA4D;
}
</style>