Shades of Fern #65C264
Tints of Fern #65C264
RGB
CMYK
RGB Variations
Color information
#65C264 (or 0x65C264) is known color: Fern. HEX triplet: 65, C2 and 64. RGB value is (101,194,100). Sum of RGB (Red+Green+Blue) = 101+194+100=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 194 - color contains mainly: green. Hex color #65C264 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C264 is #9A3D9B. Grayscale: #9B9B9B. Windows color (decimal): -10108316 or 6603365. OLE color: 6603365.
HSL color Cylindrical-coordinate representation of color #65C264: hue angle of 119.36º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65C264 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 194 | 100 | - |
| CMYK | 0.48 | 0 | 0.48 | 0.24 |
| HSL | 119.36º | 0.44% | 0.58% | - |
| HSV(B) | 119.36º | 0.48% | 0.76% | - |
| XYZ | 26.96 | 42.27 | 18.79 | - |
| YUV | 155.48 | 96.69 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 194 | 100 | 0.48 | 0 | 0.48 | 0.24 | 119.36 | 0.44 | 0.58 |
| Hex | 65 | C2 | 64 | 30 | 0 | 30 | 18 | 77 | 2C | 3A |
| Octal | 145 | 302 | 144 | 60 | 0 | 60 | 30 | 167 | 54 | 72 |
| Binary | 1100101 | 11000010 | 1100100 | 110000 | 0 | 110000 | 11000 | 1110111 | 101100 | 111010 |
Color Harmonies of #65C264
Complementary color
Monochromatic Colors of #65C264
Black with #65C264
Text Example
Text Example
White with #65C264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C264; }
p { color: rgb(101,194,100); }
H1.HeaderClassName
{
color: #65C264;
}
.AnyTagClassName
{
color: #65C264;
}
</style>
background-color css
<style>
a { background-color: #65C264; }
a { background-color: rgb(101,194,100); }
div.DivClassName
{
background-color: #65C264;
}
.BgClassName
{
background-color: #65C264;
}
</style>
border-color css
<style>
span { border-color: #65C264; }
span { border-color: rgb(101,194,100); }
td.TdClassName
{
border-color: #65C264;
}
.TagClassName
{
border-color: #65C264;
}
</style>