Shades of Fern #65C273
Tints of Fern #65C273
RGB
CMYK
RGB Variations
Color information
#65C273 (or 0x65C273) is known color: Fern. HEX triplet: 65, C2 and 73. RGB value is (101,194,115). Sum of RGB (Red+Green+Blue) = 101+194+115=410 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.63% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 194 - color contains mainly: green. Hex color #65C273 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C273 is #9A3D8C. Grayscale: #9D9D9D. Windows color (decimal): -10108301 or 7586405. OLE color: 7586405.
HSL color Cylindrical-coordinate representation of color #65C273: hue angle of 129.03º degrees, saturation: 0.43, 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 #65C273 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 194 | 115 | - |
| CMYK | 0.48 | 0 | 0.41 | 0.24 |
| HSL | 129.03º | 0.43% | 0.58% | - |
| HSV(B) | 129.03º | 0.48% | 0.76% | - |
| XYZ | 27.75 | 42.59 | 22.98 | - |
| YUV | 157.19 | 104.19 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 194 | 115 | 0.48 | 0 | 0.41 | 0.24 | 129.03 | 0.43 | 0.58 |
| Hex | 65 | C2 | 73 | 30 | 0 | 29 | 18 | 81 | 2B | 3A |
| Octal | 145 | 302 | 163 | 60 | 0 | 51 | 30 | 201 | 53 | 72 |
| Binary | 1100101 | 11000010 | 1110011 | 110000 | 0 | 101001 | 11000 | 10000001 | 101011 | 111010 |
Color Harmonies of #65C273
Complementary color
Monochromatic Colors of #65C273
Black with #65C273
Text Example
Text Example
White with #65C273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C273; }
p { color: rgb(101,194,115); }
H1.HeaderClassName
{
color: #65C273;
}
.AnyTagClassName
{
color: #65C273;
}
</style>
background-color css
<style>
a { background-color: #65C273; }
a { background-color: rgb(101,194,115); }
div.DivClassName
{
background-color: #65C273;
}
.BgClassName
{
background-color: #65C273;
}
</style>
border-color css
<style>
span { border-color: #65C273; }
span { border-color: rgb(101,194,115); }
td.TdClassName
{
border-color: #65C273;
}
.TagClassName
{
border-color: #65C273;
}
</style>