Shades of Fern #63D064
Tints of Fern #63D064
RGB
CMYK
RGB Variations
Color information
#63D064 (or 0x63D064) is known color: Fern. HEX triplet: 63, D0 and 64. RGB value is (99,208,100). Sum of RGB (Red+Green+Blue) = 99+208+100=407 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.32% from 407); Green value is 208 (81.64% from 255 or 51.11% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 208 - color contains mainly: green. Hex color #63D064 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #63D064 is #9C2F9B. Grayscale: #A3A3A3. Windows color (decimal): -10235804 or 6606947. OLE color: 6606947.
HSL color Cylindrical-coordinate representation of color #63D064: hue angle of 120.55º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63D064 is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 208 | 100 | - |
| CMYK | 0.52 | 0 | 0.52 | 0.18 |
| HSL | 120.55º | 0.54% | 0.6% | - |
| HSV(B) | 120.55º | 0.52% | 0.82% | - |
| XYZ | 30 | 48.68 | 19.87 | - |
| YUV | 163.1 | 92.39 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 208 | 100 | 0.52 | 0 | 0.52 | 0.18 | 120.55 | 0.54 | 0.6 |
| Hex | 63 | D0 | 64 | 34 | 0 | 34 | 12 | 79 | 36 | 3C |
| Octal | 143 | 320 | 144 | 64 | 0 | 64 | 22 | 171 | 66 | 74 |
| Binary | 1100011 | 11010000 | 1100100 | 110100 | 0 | 110100 | 10010 | 1111001 | 110110 | 111100 |
Color Harmonies of #63D064
Complementary color
Monochromatic Colors of #63D064
Black with #63D064
Text Example
Text Example
White with #63D064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D064; }
p { color: rgb(99,208,100); }
H1.HeaderClassName
{
color: #63D064;
}
.AnyTagClassName
{
color: #63D064;
}
</style>
background-color css
<style>
a { background-color: #63D064; }
a { background-color: rgb(99,208,100); }
div.DivClassName
{
background-color: #63D064;
}
.BgClassName
{
background-color: #63D064;
}
</style>
border-color css
<style>
span { border-color: #63D064; }
span { border-color: rgb(99,208,100); }
td.TdClassName
{
border-color: #63D064;
}
.TagClassName
{
border-color: #63D064;
}
</style>