Shades of Fern #64C678
Tints of Fern #64C678
RGB
CMYK
RGB Variations
Color information
#64C678 (or 0x64C678) is known color: Fern. HEX triplet: 64, C6 and 78. RGB value is (100,198,120). Sum of RGB (Red+Green+Blue) = 100+198+120=418 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.92% from 418); Green value is 198 (77.73% from 255 or 47.37% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 198 - color contains mainly: green. Hex color #64C678 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C678 is #9B3987. Grayscale: #A0A0A0. Windows color (decimal): -10172808 or 7915108. OLE color: 7915108.
HSL color Cylindrical-coordinate representation of color #64C678: hue angle of 132.24º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C678 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 198 | 120 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.22 |
| HSL | 132.24º | 0.46% | 0.58% | - |
| HSV(B) | 132.24º | 0.49% | 0.78% | - |
| XYZ | 28.84 | 44.45 | 24.83 | - |
| YUV | 159.81 | 105.53 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 198 | 120 | 0.49 | 0 | 0.39 | 0.22 | 132.24 | 0.46 | 0.58 |
| Hex | 64 | C6 | 78 | 31 | 0 | 27 | 16 | 84 | 2E | 3A |
| Octal | 144 | 306 | 170 | 61 | 0 | 47 | 26 | 204 | 56 | 72 |
| Binary | 1100100 | 11000110 | 1111000 | 110001 | 0 | 100111 | 10110 | 10000100 | 101110 | 111010 |
Color Harmonies of #64C678
Complementary color
Monochromatic Colors of #64C678
Black with #64C678
Text Example
Text Example
White with #64C678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C678; }
p { color: rgb(100,198,120); }
H1.HeaderClassName
{
color: #64C678;
}
.AnyTagClassName
{
color: #64C678;
}
</style>
background-color css
<style>
a { background-color: #64C678; }
a { background-color: rgb(100,198,120); }
div.DivClassName
{
background-color: #64C678;
}
.BgClassName
{
background-color: #64C678;
}
</style>
border-color css
<style>
span { border-color: #64C678; }
span { border-color: rgb(100,198,120); }
td.TdClassName
{
border-color: #64C678;
}
.TagClassName
{
border-color: #64C678;
}
</style>