Shades of Fern #65CD6C
Tints of Fern #65CD6C
RGB
CMYK
RGB Variations
Color information
#65CD6C (or 0x65CD6C) is known color: Fern. HEX triplet: 65, CD and 6C. RGB value is (101,205,108). Sum of RGB (Red+Green+Blue) = 101+205+108=414 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.40% from 414); Green value is 205 (80.47% from 255 or 49.52% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 205 - color contains mainly: green. Hex color #65CD6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65CD6C is #9A3293. Grayscale: #A3A3A3. Windows color (decimal): -10105492 or 7130469. OLE color: 7130469.
HSL color Cylindrical-coordinate representation of color #65CD6C: hue angle of 124.04º 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 #65CD6C is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 205 | 108 | - |
| CMYK | 0.51 | 0 | 0.47 | 0.20 |
| HSL | 124.04º | 0.51% | 0.6% | - |
| HSV(B) | 124.04º | 0.51% | 0.8% | - |
| XYZ | 29.9 | 47.51 | 21.78 | - |
| YUV | 162.85 | 97.04 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 205 | 108 | 0.51 | 0 | 0.47 | 0.20 | 124.04 | 0.51 | 0.6 |
| Hex | 65 | CD | 6C | 33 | 0 | 2F | 14 | 7C | 33 | 3C |
| Octal | 145 | 315 | 154 | 63 | 0 | 57 | 24 | 174 | 63 | 74 |
| Binary | 1100101 | 11001101 | 1101100 | 110011 | 0 | 101111 | 10100 | 1111100 | 110011 | 111100 |
Color Harmonies of #65CD6C
Complementary color
Monochromatic Colors of #65CD6C
Black with #65CD6C
Text Example
Text Example
White with #65CD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CD6C; }
p { color: rgb(101,205,108); }
H1.HeaderClassName
{
color: #65CD6C;
}
.AnyTagClassName
{
color: #65CD6C;
}
</style>
background-color css
<style>
a { background-color: #65CD6C; }
a { background-color: rgb(101,205,108); }
div.DivClassName
{
background-color: #65CD6C;
}
.BgClassName
{
background-color: #65CD6C;
}
</style>
border-color css
<style>
span { border-color: #65CD6C; }
span { border-color: rgb(101,205,108); }
td.TdClassName
{
border-color: #65CD6C;
}
.TagClassName
{
border-color: #65CD6C;
}
</style>