Shades of Conifer #B2E53C
Tints of Conifer #B2E53C
RGB
CMYK
RGB Variations
Color information
#B2E53C (or 0xB2E53C) is known color: Conifer. HEX triplet: B2, E5 and 3C. RGB value is (178,229,60). Sum of RGB (Red+Green+Blue) = 178+229+60=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 229 (89.84% from 255 or 49.04% from 467); Blue value is 60 (23.83% from 255 or 12.85% from 467); Max value from RGB is 229 - color contains mainly: green. Hex color #B2E53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E53C is #4D1AC3. Grayscale: #C3C3C3. Windows color (decimal): -5053124 or 3990962. OLE color: 3990962.
HSL color Cylindrical-coordinate representation of color #B2E53C: hue angle of 78.11º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2E53C is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 229 | 60 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.10 |
| HSL | 78.11º | 0.76% | 0.57% | - |
| HSV(B) | 78.11º | 0.74% | 0.9% | - |
| XYZ | 47.2 | 65.83 | 14.49 | - |
| YUV | 194.49 | 52.1 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 229 | 60 | 0.22 | 0 | 0.74 | 0.10 | 78.11 | 0.76 | 0.57 |
| Hex | B2 | E5 | 3C | 16 | 0 | 4A | A | 4E | 4C | 39 |
| Octal | 262 | 345 | 74 | 26 | 0 | 112 | 12 | 116 | 114 | 71 |
| Binary | 10110010 | 11100101 | 111100 | 10110 | 0 | 1001010 | 1010 | 1001110 | 1001100 | 111001 |
Color Harmonies of #B2E53C
Complementary color
Monochromatic Colors of #B2E53C
Black with #B2E53C
Text Example
Text Example
White with #B2E53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E53C; }
p { color: rgb(178,229,60); }
H1.HeaderClassName
{
color: #B2E53C;
}
.AnyTagClassName
{
color: #B2E53C;
}
</style>
background-color css
<style>
a { background-color: #B2E53C; }
a { background-color: rgb(178,229,60); }
div.DivClassName
{
background-color: #B2E53C;
}
.BgClassName
{
background-color: #B2E53C;
}
</style>
border-color css
<style>
span { border-color: #B2E53C; }
span { border-color: rgb(178,229,60); }
td.TdClassName
{
border-color: #B2E53C;
}
.TagClassName
{
border-color: #B2E53C;
}
</style>