Shades of Fern #64C368
Tints of Fern #64C368
RGB
CMYK
RGB Variations
Color information
#64C368 (or 0x64C368) is known color: Fern. HEX triplet: 64, C3 and 68. RGB value is (100,195,104). Sum of RGB (Red+Green+Blue) = 100+195+104=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 195 (76.56% from 255 or 48.87% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 195 - color contains mainly: green. Hex color #64C368 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C368 is #9B3C97. Grayscale: #9C9C9C. Windows color (decimal): -10173592 or 6865764. OLE color: 6865764.
HSL color Cylindrical-coordinate representation of color #64C368: hue angle of 122.53º 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 #64C368 is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 195 | 104 | - |
| CMYK | 0.49 | 0 | 0.47 | 0.24 |
| HSL | 122.53º | 0.44% | 0.58% | - |
| HSV(B) | 122.53º | 0.49% | 0.76% | - |
| XYZ | 27.27 | 42.74 | 19.91 | - |
| YUV | 156.22 | 98.53 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 195 | 104 | 0.49 | 0 | 0.47 | 0.24 | 122.53 | 0.44 | 0.58 |
| Hex | 64 | C3 | 68 | 31 | 0 | 2F | 18 | 7B | 2C | 3A |
| Octal | 144 | 303 | 150 | 61 | 0 | 57 | 30 | 173 | 54 | 72 |
| Binary | 1100100 | 11000011 | 1101000 | 110001 | 0 | 101111 | 11000 | 1111011 | 101100 | 111010 |
Color Harmonies of #64C368
Complementary color
Monochromatic Colors of #64C368
Black with #64C368
Text Example
Text Example
White with #64C368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C368; }
p { color: rgb(100,195,104); }
H1.HeaderClassName
{
color: #64C368;
}
.AnyTagClassName
{
color: #64C368;
}
</style>
background-color css
<style>
a { background-color: #64C368; }
a { background-color: rgb(100,195,104); }
div.DivClassName
{
background-color: #64C368;
}
.BgClassName
{
background-color: #64C368;
}
</style>
border-color css
<style>
span { border-color: #64C368; }
span { border-color: rgb(100,195,104); }
td.TdClassName
{
border-color: #64C368;
}
.TagClassName
{
border-color: #64C368;
}
</style>