Shades of Fern #65D05E
Tints of Fern #65D05E
RGB
CMYK
RGB Variations
Color information
#65D05E (or 0x65D05E) is known color: Fern. HEX triplet: 65, D0 and 5E. RGB value is (101,208,94). Sum of RGB (Red+Green+Blue) = 101+208+94=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 208 (81.64% from 255 or 51.61% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 208 - color contains mainly: green. Hex color #65D05E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D05E is #9A2FA1. Grayscale: #A3A3A3. Windows color (decimal): -10104738 or 6213733. OLE color: 6213733.
HSL color Cylindrical-coordinate representation of color #65D05E: hue angle of 116.32º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65D05E is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 208 | 94 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.18 |
| HSL | 116.32º | 0.55% | 0.59% | - |
| HSV(B) | 116.32º | 0.55% | 0.82% | - |
| XYZ | 29.94 | 48.69 | 18.41 | - |
| YUV | 163.01 | 89.05 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 208 | 94 | 0.51 | 0 | 0.55 | 0.18 | 116.32 | 0.55 | 0.59 |
| Hex | 65 | D0 | 5E | 33 | 0 | 37 | 12 | 74 | 37 | 3B |
| Octal | 145 | 320 | 136 | 63 | 0 | 67 | 22 | 164 | 67 | 73 |
| Binary | 1100101 | 11010000 | 1011110 | 110011 | 0 | 110111 | 10010 | 1110100 | 110111 | 111011 |
Color Harmonies of #65D05E
Complementary color
Monochromatic Colors of #65D05E
Black with #65D05E
Text Example
Text Example
White with #65D05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D05E; }
p { color: rgb(101,208,94); }
H1.HeaderClassName
{
color: #65D05E;
}
.AnyTagClassName
{
color: #65D05E;
}
</style>
background-color css
<style>
a { background-color: #65D05E; }
a { background-color: rgb(101,208,94); }
div.DivClassName
{
background-color: #65D05E;
}
.BgClassName
{
background-color: #65D05E;
}
</style>
border-color css
<style>
span { border-color: #65D05E; }
span { border-color: rgb(101,208,94); }
td.TdClassName
{
border-color: #65D05E;
}
.TagClassName
{
border-color: #65D05E;
}
</style>