Shades of Conifer #B2EA4A
Tints of Conifer #B2EA4A
RGB
CMYK
RGB Variations
Color information
#B2EA4A (or 0xB2EA4A) is known color: Conifer. HEX triplet: B2, EA and 4A. RGB value is (178,234,74). Sum of RGB (Red+Green+Blue) = 178+234+74=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 74 (29.30% from 255 or 15.23% from 486); Max value from RGB is 234 - color contains mainly: green. Hex color #B2EA4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2EA4A is #4D15B5. Grayscale: #C7C7C7. Windows color (decimal): -5051830 or 4909746. OLE color: 4909746.
HSL color Cylindrical-coordinate representation of color #B2EA4A: hue angle of 81º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2EA4A is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 234 | 74 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.08 |
| HSL | 81º | 0.79% | 0.6% | - |
| HSV(B) | 81º | 0.68% | 0.92% | - |
| XYZ | 49.02 | 68.81 | 17.18 | - |
| YUV | 199.02 | 57.45 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 234 | 74 | 0.24 | 0 | 0.68 | 0.08 | 81 | 0.79 | 0.6 |
| Hex | B2 | EA | 4A | 18 | 0 | 44 | 8 | 51 | 4F | 3C |
| Octal | 262 | 352 | 112 | 30 | 0 | 104 | 10 | 121 | 117 | 74 |
| Binary | 10110010 | 11101010 | 1001010 | 11000 | 0 | 1000100 | 1000 | 1010001 | 1001111 | 111100 |
Color Harmonies of #B2EA4A
Complementary color
Monochromatic Colors of #B2EA4A
Black with #B2EA4A
Text Example
Text Example
White with #B2EA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EA4A; }
p { color: rgb(178,234,74); }
H1.HeaderClassName
{
color: #B2EA4A;
}
.AnyTagClassName
{
color: #B2EA4A;
}
</style>
background-color css
<style>
a { background-color: #B2EA4A; }
a { background-color: rgb(178,234,74); }
div.DivClassName
{
background-color: #B2EA4A;
}
.BgClassName
{
background-color: #B2EA4A;
}
</style>
border-color css
<style>
span { border-color: #B2EA4A; }
span { border-color: rgb(178,234,74); }
td.TdClassName
{
border-color: #B2EA4A;
}
.TagClassName
{
border-color: #B2EA4A;
}
</style>