Shades of Fern #65C369
Tints of Fern #65C369
RGB
CMYK
RGB Variations
Color information
#65C369 (or 0x65C369) is known color: Fern. HEX triplet: 65, C3 and 69. RGB value is (101,195,105). Sum of RGB (Red+Green+Blue) = 101+195+105=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #65C369 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C369 is #9A3C96. Grayscale: #9C9C9C. Windows color (decimal): -10108055 or 6931301. OLE color: 6931301.
HSL color Cylindrical-coordinate representation of color #65C369: hue angle of 122.55º 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 #65C369 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 195 | 105 | - |
| CMYK | 0.48 | 0 | 0.46 | 0.24 |
| HSL | 122.55º | 0.44% | 0.58% | - |
| HSV(B) | 122.55º | 0.48% | 0.76% | - |
| XYZ | 27.43 | 42.82 | 20.18 | - |
| YUV | 156.63 | 98.86 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 195 | 105 | 0.48 | 0 | 0.46 | 0.24 | 122.55 | 0.44 | 0.58 |
| Hex | 65 | C3 | 69 | 30 | 0 | 2E | 18 | 7B | 2C | 3A |
| Octal | 145 | 303 | 151 | 60 | 0 | 56 | 30 | 173 | 54 | 72 |
| Binary | 1100101 | 11000011 | 1101001 | 110000 | 0 | 101110 | 11000 | 1111011 | 101100 | 111010 |
Color Harmonies of #65C369
Complementary color
Monochromatic Colors of #65C369
Black with #65C369
Text Example
Text Example
White with #65C369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C369; }
p { color: rgb(101,195,105); }
H1.HeaderClassName
{
color: #65C369;
}
.AnyTagClassName
{
color: #65C369;
}
</style>
background-color css
<style>
a { background-color: #65C369; }
a { background-color: rgb(101,195,105); }
div.DivClassName
{
background-color: #65C369;
}
.BgClassName
{
background-color: #65C369;
}
</style>
border-color css
<style>
span { border-color: #65C369; }
span { border-color: rgb(101,195,105); }
td.TdClassName
{
border-color: #65C369;
}
.TagClassName
{
border-color: #65C369;
}
</style>