Shades of Fern #65CF5C
Tints of Fern #65CF5C
RGB
CMYK
RGB Variations
Color information
#65CF5C (or 0x65CF5C) is known color: Fern. HEX triplet: 65, CF and 5C. RGB value is (101,207,92). Sum of RGB (Red+Green+Blue) = 101+207+92=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 207 (81.25% from 255 or 51.75% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 207 - color contains mainly: green. Hex color #65CF5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65CF5C is #9A30A3. Grayscale: #A2A2A2. Windows color (decimal): -10104996 or 6082405. OLE color: 6082405.
HSL color Cylindrical-coordinate representation of color #65CF5C: hue angle of 115.3º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65CF5C is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 207 | 92 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.19 |
| HSL | 115.3º | 0.55% | 0.59% | - |
| HSV(B) | 115.3º | 0.56% | 0.81% | - |
| XYZ | 29.61 | 48.17 | 17.86 | - |
| YUV | 162.2 | 88.38 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 92 | 0.51 | 0 | 0.56 | 0.19 | 115.3 | 0.55 | 0.59 |
| Hex | 65 | CF | 5C | 33 | 0 | 38 | 13 | 73 | 37 | 3B |
| Octal | 145 | 317 | 134 | 63 | 0 | 70 | 23 | 163 | 67 | 73 |
| Binary | 1100101 | 11001111 | 1011100 | 110011 | 0 | 111000 | 10011 | 1110011 | 110111 | 111011 |
Color Harmonies of #65CF5C
Complementary color
Monochromatic Colors of #65CF5C
Black with #65CF5C
Text Example
Text Example
White with #65CF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CF5C; }
p { color: rgb(101,207,92); }
H1.HeaderClassName
{
color: #65CF5C;
}
.AnyTagClassName
{
color: #65CF5C;
}
</style>
background-color css
<style>
a { background-color: #65CF5C; }
a { background-color: rgb(101,207,92); }
div.DivClassName
{
background-color: #65CF5C;
}
.BgClassName
{
background-color: #65CF5C;
}
</style>
border-color css
<style>
span { border-color: #65CF5C; }
span { border-color: rgb(101,207,92); }
td.TdClassName
{
border-color: #65CF5C;
}
.TagClassName
{
border-color: #65CF5C;
}
</style>