Shades of Fern #65C75C
Tints of Fern #65C75C
RGB
CMYK
RGB Variations
Color information
#65C75C (or 0x65C75C) is known color: Fern. HEX triplet: 65, C7 and 5C. RGB value is (101,199,92). Sum of RGB (Red+Green+Blue) = 101+199+92=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 199 (78.12% from 255 or 50.77% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 199 - color contains mainly: green. Hex color #65C75C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C75C is #9A38A3. Grayscale: #9D9D9D. Windows color (decimal): -10107044 or 6080357. OLE color: 6080357.
HSL color Cylindrical-coordinate representation of color #65C75C: hue angle of 114.95º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65C75C is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 199 | 92 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.22 |
| HSL | 114.95º | 0.49% | 0.57% | - |
| HSV(B) | 114.95º | 0.54% | 0.78% | - |
| XYZ | 27.72 | 44.39 | 17.23 | - |
| YUV | 157.5 | 91.03 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 199 | 92 | 0.49 | 0 | 0.54 | 0.22 | 114.95 | 0.49 | 0.57 |
| Hex | 65 | C7 | 5C | 31 | 0 | 36 | 16 | 73 | 31 | 39 |
| Octal | 145 | 307 | 134 | 61 | 0 | 66 | 26 | 163 | 61 | 71 |
| Binary | 1100101 | 11000111 | 1011100 | 110001 | 0 | 110110 | 10110 | 1110011 | 110001 | 111001 |
Color Harmonies of #65C75C
Complementary color
Monochromatic Colors of #65C75C
Black with #65C75C
Text Example
Text Example
White with #65C75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C75C; }
p { color: rgb(101,199,92); }
H1.HeaderClassName
{
color: #65C75C;
}
.AnyTagClassName
{
color: #65C75C;
}
</style>
background-color css
<style>
a { background-color: #65C75C; }
a { background-color: rgb(101,199,92); }
div.DivClassName
{
background-color: #65C75C;
}
.BgClassName
{
background-color: #65C75C;
}
</style>
border-color css
<style>
span { border-color: #65C75C; }
span { border-color: rgb(101,199,92); }
td.TdClassName
{
border-color: #65C75C;
}
.TagClassName
{
border-color: #65C75C;
}
</style>