Shades of Conifer #B2E14A
Tints of Conifer #B2E14A
RGB
CMYK
RGB Variations
Color information
#B2E14A (or 0xB2E14A) is known color: Conifer. HEX triplet: B2, E1 and 4A. RGB value is (178,225,74). Sum of RGB (Red+Green+Blue) = 178+225+74=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 225 (88.28% from 255 or 47.17% from 477); Blue value is 74 (29.30% from 255 or 15.51% from 477); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E14A is #4D1EB5. Grayscale: #C2C2C2. Windows color (decimal): -5054134 or 4907442. OLE color: 4907442.
HSL color Cylindrical-coordinate representation of color #B2E14A: hue angle of 78.68º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2E14A is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 225 | 74 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.12 |
| HSL | 78.68º | 0.72% | 0.59% | - |
| HSV(B) | 78.68º | 0.67% | 0.88% | - |
| XYZ | 46.52 | 63.81 | 16.34 | - |
| YUV | 193.73 | 60.43 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 225 | 74 | 0.21 | 0 | 0.67 | 0.12 | 78.68 | 0.72 | 0.59 |
| Hex | B2 | E1 | 4A | 15 | 0 | 43 | C | 4F | 48 | 3B |
| Octal | 262 | 341 | 112 | 25 | 0 | 103 | 14 | 117 | 110 | 73 |
| Binary | 10110010 | 11100001 | 1001010 | 10101 | 0 | 1000011 | 1100 | 1001111 | 1001000 | 111011 |
Color Harmonies of #B2E14A
Complementary color
Monochromatic Colors of #B2E14A
Black with #B2E14A
Text Example
Text Example
White with #B2E14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E14A; }
p { color: rgb(178,225,74); }
H1.HeaderClassName
{
color: #B2E14A;
}
.AnyTagClassName
{
color: #B2E14A;
}
</style>
background-color css
<style>
a { background-color: #B2E14A; }
a { background-color: rgb(178,225,74); }
div.DivClassName
{
background-color: #B2E14A;
}
.BgClassName
{
background-color: #B2E14A;
}
</style>
border-color css
<style>
span { border-color: #B2E14A; }
span { border-color: rgb(178,225,74); }
td.TdClassName
{
border-color: #B2E14A;
}
.TagClassName
{
border-color: #B2E14A;
}
</style>