Shades of Fern #65CC68
Tints of Fern #65CC68
RGB
CMYK
RGB Variations
Color information
#65CC68 (or 0x65CC68) is known color: Fern. HEX triplet: 65, CC and 68. RGB value is (101,204,104). Sum of RGB (Red+Green+Blue) = 101+204+104=409 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.69% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 204 - color contains mainly: green. Hex color #65CC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65CC68 is #9A3397. Grayscale: #A2A2A2. Windows color (decimal): -10105752 or 6868069. OLE color: 6868069.
HSL color Cylindrical-coordinate representation of color #65CC68: hue angle of 121.75º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65CC68 is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 204 | 104 | - |
| CMYK | 0.50 | 0 | 0.49 | 0.2 |
| HSL | 121.75º | 0.5% | 0.6% | - |
| HSV(B) | 121.75º | 0.5% | 0.8% | - |
| XYZ | 29.46 | 46.95 | 20.61 | - |
| YUV | 161.8 | 95.38 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 204 | 104 | 0.50 | 0 | 0.49 | 0.2 | 121.75 | 0.5 | 0.6 |
| Hex | 65 | CC | 68 | 32 | 0 | 31 | 14 | 7A | 32 | 3C |
| Octal | 145 | 314 | 150 | 62 | 0 | 61 | 24 | 172 | 62 | 74 |
| Binary | 1100101 | 11001100 | 1101000 | 110010 | 0 | 110001 | 10100 | 1111010 | 110010 | 111100 |
Color Harmonies of #65CC68
Complementary color
Monochromatic Colors of #65CC68
Black with #65CC68
Text Example
Text Example
White with #65CC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CC68; }
p { color: rgb(101,204,104); }
H1.HeaderClassName
{
color: #65CC68;
}
.AnyTagClassName
{
color: #65CC68;
}
</style>
background-color css
<style>
a { background-color: #65CC68; }
a { background-color: rgb(101,204,104); }
div.DivClassName
{
background-color: #65CC68;
}
.BgClassName
{
background-color: #65CC68;
}
</style>
border-color css
<style>
span { border-color: #65CC68; }
span { border-color: rgb(101,204,104); }
td.TdClassName
{
border-color: #65CC68;
}
.TagClassName
{
border-color: #65CC68;
}
</style>