Shades of Fern #64C265
Tints of Fern #64C265
RGB
CMYK
RGB Variations
Color information
#64C265 (or 0x64C265) is known color: Fern. HEX triplet: 64, C2 and 65. RGB value is (100,194,101). Sum of RGB (Red+Green+Blue) = 100+194+101=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 194 - color contains mainly: green. Hex color #64C265 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C265 is #9B3D9A. Grayscale: #9B9B9B. Windows color (decimal): -10173851 or 6668900. OLE color: 6668900.
HSL color Cylindrical-coordinate representation of color #64C265: hue angle of 120.64º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64C265 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 194 | 101 | - |
| CMYK | 0.48 | 0 | 0.48 | 0.24 |
| HSL | 120.64º | 0.44% | 0.58% | - |
| HSV(B) | 120.64º | 0.48% | 0.76% | - |
| XYZ | 26.9 | 42.23 | 19.05 | - |
| YUV | 155.29 | 97.36 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 194 | 101 | 0.48 | 0 | 0.48 | 0.24 | 120.64 | 0.44 | 0.58 |
| Hex | 64 | C2 | 65 | 30 | 0 | 30 | 18 | 79 | 2C | 3A |
| Octal | 144 | 302 | 145 | 60 | 0 | 60 | 30 | 171 | 54 | 72 |
| Binary | 1100100 | 11000010 | 1100101 | 110000 | 0 | 110000 | 11000 | 1111001 | 101100 | 111010 |
Color Harmonies of #64C265
Complementary color
Monochromatic Colors of #64C265
Black with #64C265
Text Example
Text Example
White with #64C265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C265; }
p { color: rgb(100,194,101); }
H1.HeaderClassName
{
color: #64C265;
}
.AnyTagClassName
{
color: #64C265;
}
</style>
background-color css
<style>
a { background-color: #64C265; }
a { background-color: rgb(100,194,101); }
div.DivClassName
{
background-color: #64C265;
}
.BgClassName
{
background-color: #64C265;
}
</style>
border-color css
<style>
span { border-color: #64C265; }
span { border-color: rgb(100,194,101); }
td.TdClassName
{
border-color: #64C265;
}
.TagClassName
{
border-color: #64C265;
}
</style>