Shades of Chateau Green #42BD5A
Tints of Chateau Green #42BD5A
RGB
CMYK
RGB Variations
Color information
#42BD5A (or 0x42BD5A) is known color: Chateau Green. HEX triplet: 42, BD and 5A. RGB value is (66,189,90). Sum of RGB (Red+Green+Blue) = 66+189+90=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 189 (74.22% from 255 or 54.78% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 189 - color contains mainly: green. Hex color #42BD5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BD5A is #BD42A5. Grayscale: #8D8D8D. Windows color (decimal): -12403366 or 5946690. OLE color: 5946690.
HSL color Cylindrical-coordinate representation of color #42BD5A: hue angle of 131.71º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BD5A is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 189 | 90 | - |
| CMYK | 0.65 | 0 | 0.52 | 0.26 |
| HSL | 131.71º | 0.48% | 0.5% | - |
| HSV(B) | 131.71º | 0.65% | 0.74% | - |
| XYZ | 22.29 | 38.29 | 15.89 | - |
| YUV | 140.94 | 99.25 | 74.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 189 | 90 | 0.65 | 0 | 0.52 | 0.26 | 131.71 | 0.48 | 0.5 |
| Hex | 42 | BD | 5A | 41 | 0 | 34 | 1A | 84 | 30 | 32 |
| Octal | 102 | 275 | 132 | 101 | 0 | 64 | 32 | 204 | 60 | 62 |
| Binary | 1000010 | 10111101 | 1011010 | 1000001 | 0 | 110100 | 11010 | 10000100 | 110000 | 110010 |
Color Harmonies of #42BD5A
Complementary color
Monochromatic Colors of #42BD5A
Black with #42BD5A
Text Example
Text Example
White with #42BD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BD5A; }
p { color: rgb(66,189,90); }
H1.HeaderClassName
{
color: #42BD5A;
}
.AnyTagClassName
{
color: #42BD5A;
}
</style>
background-color css
<style>
a { background-color: #42BD5A; }
a { background-color: rgb(66,189,90); }
div.DivClassName
{
background-color: #42BD5A;
}
.BgClassName
{
background-color: #42BD5A;
}
</style>
border-color css
<style>
span { border-color: #42BD5A; }
span { border-color: rgb(66,189,90); }
td.TdClassName
{
border-color: #42BD5A;
}
.TagClassName
{
border-color: #42BD5A;
}
</style>