Shades of Fern #65CA75
Tints of Fern #65CA75
RGB
CMYK
RGB Variations
Color information
#65CA75 (or 0x65CA75) is known color: Fern. HEX triplet: 65, CA and 75. RGB value is (101,202,117). Sum of RGB (Red+Green+Blue) = 101+202+117=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #65CA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65CA75 is #9A358A. Grayscale: #A2A2A2. Windows color (decimal): -10106251 or 7719525. OLE color: 7719525.
HSL color Cylindrical-coordinate representation of color #65CA75: hue angle of 129.5º 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 #65CA75 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 202 | 117 | - |
| CMYK | 0.50 | 0 | 0.42 | 0.21 |
| HSL | 129.5º | 0.49% | 0.59% | - |
| HSV(B) | 129.5º | 0.5% | 0.79% | - |
| XYZ | 29.7 | 46.29 | 24.2 | - |
| YUV | 162.11 | 102.54 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 202 | 117 | 0.50 | 0 | 0.42 | 0.21 | 129.5 | 0.49 | 0.59 |
| Hex | 65 | CA | 75 | 32 | 0 | 2A | 15 | 82 | 31 | 3B |
| Octal | 145 | 312 | 165 | 62 | 0 | 52 | 25 | 202 | 61 | 73 |
| Binary | 1100101 | 11001010 | 1110101 | 110010 | 0 | 101010 | 10101 | 10000010 | 110001 | 111011 |
Color Harmonies of #65CA75
Complementary color
Monochromatic Colors of #65CA75
Black with #65CA75
Text Example
Text Example
White with #65CA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CA75; }
p { color: rgb(101,202,117); }
H1.HeaderClassName
{
color: #65CA75;
}
.AnyTagClassName
{
color: #65CA75;
}
</style>
background-color css
<style>
a { background-color: #65CA75; }
a { background-color: rgb(101,202,117); }
div.DivClassName
{
background-color: #65CA75;
}
.BgClassName
{
background-color: #65CA75;
}
</style>
border-color css
<style>
span { border-color: #65CA75; }
span { border-color: rgb(101,202,117); }
td.TdClassName
{
border-color: #65CA75;
}
.TagClassName
{
border-color: #65CA75;
}
</style>