Shades of Fern #65CD68
Tints of Fern #65CD68
RGB
CMYK
RGB Variations
Color information
#65CD68 (or 0x65CD68) is known color: Fern. HEX triplet: 65, CD and 68. RGB value is (101,205,104). Sum of RGB (Red+Green+Blue) = 101+205+104=410 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.63% from 410); Green value is 205 (80.47% from 255 or 50% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 205 - color contains mainly: green. Hex color #65CD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65CD68 is #9A3297. Grayscale: #A2A2A2. Windows color (decimal): -10105496 or 6868325. OLE color: 6868325.
HSL color Cylindrical-coordinate representation of color #65CD68: hue angle of 121.73º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65CD68 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 205 | 104 | - |
| CMYK | 0.51 | 0 | 0.49 | 0.20 |
| HSL | 121.73º | 0.51% | 0.6% | - |
| HSV(B) | 121.73º | 0.51% | 0.8% | - |
| XYZ | 29.7 | 47.43 | 20.69 | - |
| YUV | 162.39 | 95.04 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 205 | 104 | 0.51 | 0 | 0.49 | 0.20 | 121.73 | 0.51 | 0.6 |
| Hex | 65 | CD | 68 | 33 | 0 | 31 | 14 | 7A | 33 | 3C |
| Octal | 145 | 315 | 150 | 63 | 0 | 61 | 24 | 172 | 63 | 74 |
| Binary | 1100101 | 11001101 | 1101000 | 110011 | 0 | 110001 | 10100 | 1111010 | 110011 | 111100 |
Color Harmonies of #65CD68
Complementary color
Monochromatic Colors of #65CD68
Black with #65CD68
Text Example
Text Example
White with #65CD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CD68; }
p { color: rgb(101,205,104); }
H1.HeaderClassName
{
color: #65CD68;
}
.AnyTagClassName
{
color: #65CD68;
}
</style>
background-color css
<style>
a { background-color: #65CD68; }
a { background-color: rgb(101,205,104); }
div.DivClassName
{
background-color: #65CD68;
}
.BgClassName
{
background-color: #65CD68;
}
</style>
border-color css
<style>
span { border-color: #65CD68; }
span { border-color: rgb(101,205,104); }
td.TdClassName
{
border-color: #65CD68;
}
.TagClassName
{
border-color: #65CD68;
}
</style>