Shades of Fern #64C364
Tints of Fern #64C364
RGB
CMYK
RGB Variations
Color information
#64C364 (or 0x64C364) is known color: Fern. HEX triplet: 64, C3 and 64. RGB value is (100,195,100). Sum of RGB (Red+Green+Blue) = 100+195+100=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #64C364 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C364 is #9B3C9B. Grayscale: #9C9C9C. Windows color (decimal): -10173596 or 6603620. OLE color: 6603620.
HSL color Cylindrical-coordinate representation of color #64C364: hue angle of 120º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C364 is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 195 | 100 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.24 |
| HSL | 120º | 0.44% | 0.58% | - |
| HSV(B) | 120º | 0.49% | 0.76% | - |
| XYZ | 27.07 | 42.66 | 18.86 | - |
| YUV | 155.77 | 96.53 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 195 | 100 | 0.49 | 0 | 0.49 | 0.24 | 120 | 0.44 | 0.58 |
| Hex | 64 | C3 | 64 | 31 | 0 | 31 | 18 | 78 | 2C | 3A |
| Octal | 144 | 303 | 144 | 61 | 0 | 61 | 30 | 170 | 54 | 72 |
| Binary | 1100100 | 11000011 | 1100100 | 110001 | 0 | 110001 | 11000 | 1111000 | 101100 | 111010 |
Color Harmonies of #64C364
Complementary color
Monochromatic Colors of #64C364
Black with #64C364
Text Example
Text Example
White with #64C364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C364; }
p { color: rgb(100,195,100); }
H1.HeaderClassName
{
color: #64C364;
}
.AnyTagClassName
{
color: #64C364;
}
</style>
background-color css
<style>
a { background-color: #64C364; }
a { background-color: rgb(100,195,100); }
div.DivClassName
{
background-color: #64C364;
}
.BgClassName
{
background-color: #64C364;
}
</style>
border-color css
<style>
span { border-color: #64C364; }
span { border-color: rgb(100,195,100); }
td.TdClassName
{
border-color: #64C364;
}
.TagClassName
{
border-color: #64C364;
}
</style>