Shades of Chateau Green #35BF54
Tints of Chateau Green #35BF54
RGB
CMYK
RGB Variations
Color information
#35BF54 (or 0x35BF54) is known color: Chateau Green. HEX triplet: 35, BF and 54. RGB value is (53,191,84). Sum of RGB (Red+Green+Blue) = 53+191+84=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 191 (75% from 255 or 58.23% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 191 - color contains mainly: green. Hex color #35BF54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35BF54 is #CA40AB. Grayscale: #898989. Windows color (decimal): -13254828 or 5553973. OLE color: 5553973.
HSL color Cylindrical-coordinate representation of color #35BF54: hue angle of 133.48º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BF54 is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 191 | 84 | - |
| CMYK | 0.72 | 0 | 0.56 | 0.25 |
| HSL | 133.48º | 0.57% | 0.48% | - |
| HSV(B) | 133.48º | 0.72% | 0.75% | - |
| XYZ | 21.7 | 38.66 | 14.71 | - |
| YUV | 137.54 | 97.78 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 191 | 84 | 0.72 | 0 | 0.56 | 0.25 | 133.48 | 0.57 | 0.48 |
| Hex | 35 | BF | 54 | 48 | 0 | 38 | 19 | 85 | 39 | 30 |
| Octal | 65 | 277 | 124 | 110 | 0 | 70 | 31 | 205 | 71 | 60 |
| Binary | 110101 | 10111111 | 1010100 | 1001000 | 0 | 111000 | 11001 | 10000101 | 111001 | 110000 |
Color Harmonies of #35BF54
Complementary color
Monochromatic Colors of #35BF54
Black with #35BF54
Text Example
Text Example
White with #35BF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BF54; }
p { color: rgb(53,191,84); }
H1.HeaderClassName
{
color: #35BF54;
}
.AnyTagClassName
{
color: #35BF54;
}
</style>
background-color css
<style>
a { background-color: #35BF54; }
a { background-color: rgb(53,191,84); }
div.DivClassName
{
background-color: #35BF54;
}
.BgClassName
{
background-color: #35BF54;
}
</style>
border-color css
<style>
span { border-color: #35BF54; }
span { border-color: rgb(53,191,84); }
td.TdClassName
{
border-color: #35BF54;
}
.TagClassName
{
border-color: #35BF54;
}
</style>