Shades of Fern #64C35C
Tints of Fern #64C35C
RGB
CMYK
RGB Variations
Color information
#64C35C (or 0x64C35C) is known color: Fern. HEX triplet: 64, C3 and 5C. RGB value is (100,195,92). Sum of RGB (Red+Green+Blue) = 100+195+92=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 195 (76.56% from 255 or 50.39% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 195 - color contains mainly: green. Hex color #64C35C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C35C is #9B3CA3. Grayscale: #9B9B9B. Windows color (decimal): -10173604 or 6079332. OLE color: 6079332.
HSL color Cylindrical-coordinate representation of color #64C35C: hue angle of 115.34º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64C35C is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 195 | 92 | - |
| CMYK | 0.49 | 0 | 0.53 | 0.24 |
| HSL | 115.34º | 0.46% | 0.56% | - |
| HSV(B) | 115.34º | 0.53% | 0.76% | - |
| XYZ | 26.7 | 42.51 | 16.92 | - |
| YUV | 154.85 | 92.53 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 195 | 92 | 0.49 | 0 | 0.53 | 0.24 | 115.34 | 0.46 | 0.56 |
| Hex | 64 | C3 | 5C | 31 | 0 | 35 | 18 | 73 | 2E | 38 |
| Octal | 144 | 303 | 134 | 61 | 0 | 65 | 30 | 163 | 56 | 70 |
| Binary | 1100100 | 11000011 | 1011100 | 110001 | 0 | 110101 | 11000 | 1110011 | 101110 | 111000 |
Color Harmonies of #64C35C
Complementary color
Monochromatic Colors of #64C35C
Black with #64C35C
Text Example
Text Example
White with #64C35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C35C; }
p { color: rgb(100,195,92); }
H1.HeaderClassName
{
color: #64C35C;
}
.AnyTagClassName
{
color: #64C35C;
}
</style>
background-color css
<style>
a { background-color: #64C35C; }
a { background-color: rgb(100,195,92); }
div.DivClassName
{
background-color: #64C35C;
}
.BgClassName
{
background-color: #64C35C;
}
</style>
border-color css
<style>
span { border-color: #64C35C; }
span { border-color: rgb(100,195,92); }
td.TdClassName
{
border-color: #64C35C;
}
.TagClassName
{
border-color: #64C35C;
}
</style>