Shades of Fern #63C965
Tints of Fern #63C965
RGB
CMYK
RGB Variations
Color information
#63C965 (or 0x63C965) is known color: Fern. HEX triplet: 63, C9 and 65. RGB value is (99,201,101). Sum of RGB (Red+Green+Blue) = 99+201+101=401 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.69% from 401); Green value is 201 (78.91% from 255 or 50.12% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 201 - color contains mainly: green. Hex color #63C965 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #63C965 is #9C369A. Grayscale: #9F9F9F. Windows color (decimal): -10237595 or 6670691. OLE color: 6670691.
HSL color Cylindrical-coordinate representation of color #63C965: hue angle of 121.18º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63C965 is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 99 | 201 | 101 | - |
| CMYK | 0.51 | 0 | 0.50 | 0.21 |
| HSL | 121.18º | 0.49% | 0.59% | - |
| HSV(B) | 121.18º | 0.51% | 0.79% | - |
| XYZ | 28.38 | 45.37 | 19.57 | - |
| YUV | 159.1 | 95.21 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 201 | 101 | 0.51 | 0 | 0.50 | 0.21 | 121.18 | 0.49 | 0.59 |
| Hex | 63 | C9 | 65 | 33 | 0 | 32 | 15 | 79 | 31 | 3B |
| Octal | 143 | 311 | 145 | 63 | 0 | 62 | 25 | 171 | 61 | 73 |
| Binary | 1100011 | 11001001 | 1100101 | 110011 | 0 | 110010 | 10101 | 1111001 | 110001 | 111011 |
Color Harmonies of #63C965
Complementary color
Monochromatic Colors of #63C965
Black with #63C965
Text Example
Text Example
White with #63C965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C965; }
p { color: rgb(99,201,101); }
H1.HeaderClassName
{
color: #63C965;
}
.AnyTagClassName
{
color: #63C965;
}
</style>
background-color css
<style>
a { background-color: #63C965; }
a { background-color: rgb(99,201,101); }
div.DivClassName
{
background-color: #63C965;
}
.BgClassName
{
background-color: #63C965;
}
</style>
border-color css
<style>
span { border-color: #63C965; }
span { border-color: rgb(99,201,101); }
td.TdClassName
{
border-color: #63C965;
}
.TagClassName
{
border-color: #63C965;
}
</style>