Shades of Chateau Green #42BE5B
Tints of Chateau Green #42BE5B
RGB
CMYK
RGB Variations
Color information
#42BE5B (or 0x42BE5B) is known color: Chateau Green. HEX triplet: 42, BE and 5B. RGB value is (66,190,91). Sum of RGB (Red+Green+Blue) = 66+190+91=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 190 (74.61% from 255 or 54.76% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 190 - color contains mainly: green. Hex color #42BE5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BE5B is #BD41A4. Grayscale: #8D8D8D. Windows color (decimal): -12403109 or 6012482. OLE color: 6012482.
HSL color Cylindrical-coordinate representation of color #42BE5B: hue angle of 132.1º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BE5B is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 190 | 91 | - |
| CMYK | 0.65 | 0 | 0.52 | 0.25 |
| HSL | 132.1º | 0.49% | 0.5% | - |
| HSV(B) | 132.1º | 0.65% | 0.75% | - |
| XYZ | 22.55 | 38.74 | 16.19 | - |
| YUV | 141.64 | 99.42 | 74.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 190 | 91 | 0.65 | 0 | 0.52 | 0.25 | 132.1 | 0.49 | 0.5 |
| Hex | 42 | BE | 5B | 41 | 0 | 34 | 19 | 84 | 31 | 32 |
| Octal | 102 | 276 | 133 | 101 | 0 | 64 | 31 | 204 | 61 | 62 |
| Binary | 1000010 | 10111110 | 1011011 | 1000001 | 0 | 110100 | 11001 | 10000100 | 110001 | 110010 |
Color Harmonies of #42BE5B
Complementary color
Monochromatic Colors of #42BE5B
Black with #42BE5B
Text Example
Text Example
White with #42BE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BE5B; }
p { color: rgb(66,190,91); }
H1.HeaderClassName
{
color: #42BE5B;
}
.AnyTagClassName
{
color: #42BE5B;
}
</style>
background-color css
<style>
a { background-color: #42BE5B; }
a { background-color: rgb(66,190,91); }
div.DivClassName
{
background-color: #42BE5B;
}
.BgClassName
{
background-color: #42BE5B;
}
</style>
border-color css
<style>
span { border-color: #42BE5B; }
span { border-color: rgb(66,190,91); }
td.TdClassName
{
border-color: #42BE5B;
}
.TagClassName
{
border-color: #42BE5B;
}
</style>