Shades of Fern #65CA65
Tints of Fern #65CA65
RGB
CMYK
RGB Variations
Color information
#65CA65 (or 0x65CA65) is known color: Fern. HEX triplet: 65, CA and 65. RGB value is (101,202,101). Sum of RGB (Red+Green+Blue) = 101+202+101=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 202 (79.30% from 255 or 50% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 202 - color contains mainly: green. Hex color #65CA65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65CA65 is #9A359A. Grayscale: #A0A0A0. Windows color (decimal): -10106267 or 6670949. OLE color: 6670949.
HSL color Cylindrical-coordinate representation of color #65CA65: hue angle of 120º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65CA65 is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 202 | 101 | - |
| CMYK | 0.50 | 0 | 0.50 | 0.21 |
| HSL | 120º | 0.49% | 0.59% | - |
| HSV(B) | 120º | 0.5% | 0.79% | - |
| XYZ | 28.84 | 45.95 | 19.66 | - |
| YUV | 160.29 | 94.54 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 202 | 101 | 0.50 | 0 | 0.50 | 0.21 | 120 | 0.49 | 0.59 |
| Hex | 65 | CA | 65 | 32 | 0 | 32 | 15 | 78 | 31 | 3B |
| Octal | 145 | 312 | 145 | 62 | 0 | 62 | 25 | 170 | 61 | 73 |
| Binary | 1100101 | 11001010 | 1100101 | 110010 | 0 | 110010 | 10101 | 1111000 | 110001 | 111011 |
Color Harmonies of #65CA65
Complementary color
Monochromatic Colors of #65CA65
Black with #65CA65
Text Example
Text Example
White with #65CA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CA65; }
p { color: rgb(101,202,101); }
H1.HeaderClassName
{
color: #65CA65;
}
.AnyTagClassName
{
color: #65CA65;
}
</style>
background-color css
<style>
a { background-color: #65CA65; }
a { background-color: rgb(101,202,101); }
div.DivClassName
{
background-color: #65CA65;
}
.BgClassName
{
background-color: #65CA65;
}
</style>
border-color css
<style>
span { border-color: #65CA65; }
span { border-color: rgb(101,202,101); }
td.TdClassName
{
border-color: #65CA65;
}
.TagClassName
{
border-color: #65CA65;
}
</style>