Shades of Fern #65CF6C
Tints of Fern #65CF6C
RGB
CMYK
RGB Variations
Color information
#65CF6C (or 0x65CF6C) is known color: Fern. HEX triplet: 65, CF and 6C. RGB value is (101,207,108). Sum of RGB (Red+Green+Blue) = 101+207+108=416 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.28% from 416); Green value is 207 (81.25% from 255 or 49.76% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 207 - color contains mainly: green. Hex color #65CF6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65CF6C is #9A3093. Grayscale: #A4A4A4. Windows color (decimal): -10104980 or 7130981. OLE color: 7130981.
HSL color Cylindrical-coordinate representation of color #65CF6C: hue angle of 123.96º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65CF6C is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 207 | 108 | - |
| CMYK | 0.51 | 0 | 0.48 | 0.19 |
| HSL | 123.96º | 0.52% | 0.6% | - |
| HSV(B) | 123.96º | 0.51% | 0.81% | - |
| XYZ | 30.39 | 48.48 | 21.94 | - |
| YUV | 164.02 | 96.38 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 108 | 0.51 | 0 | 0.48 | 0.19 | 123.96 | 0.52 | 0.6 |
| Hex | 65 | CF | 6C | 33 | 0 | 30 | 13 | 7C | 34 | 3C |
| Octal | 145 | 317 | 154 | 63 | 0 | 60 | 23 | 174 | 64 | 74 |
| Binary | 1100101 | 11001111 | 1101100 | 110011 | 0 | 110000 | 10011 | 1111100 | 110100 | 111100 |
Color Harmonies of #65CF6C
Complementary color
Monochromatic Colors of #65CF6C
Black with #65CF6C
Text Example
Text Example
White with #65CF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CF6C; }
p { color: rgb(101,207,108); }
H1.HeaderClassName
{
color: #65CF6C;
}
.AnyTagClassName
{
color: #65CF6C;
}
</style>
background-color css
<style>
a { background-color: #65CF6C; }
a { background-color: rgb(101,207,108); }
div.DivClassName
{
background-color: #65CF6C;
}
.BgClassName
{
background-color: #65CF6C;
}
</style>
border-color css
<style>
span { border-color: #65CF6C; }
span { border-color: rgb(101,207,108); }
td.TdClassName
{
border-color: #65CF6C;
}
.TagClassName
{
border-color: #65CF6C;
}
</style>