Shades of Fern #63CA74
Tints of Fern #63CA74
RGB
CMYK
RGB Variations
Color information
#63CA74 (or 0x63CA74) is known color: Fern. HEX triplet: 63, CA and 74. RGB value is (99,202,116). Sum of RGB (Red+Green+Blue) = 99+202+116=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 202 (79.30% from 255 or 48.44% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 202 - color contains mainly: green. Hex color #63CA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #63CA74 is #9C358B. Grayscale: #A1A1A1. Windows color (decimal): -10237324 or 7653987. OLE color: 7653987.
HSL color Cylindrical-coordinate representation of color #63CA74: hue angle of 129.9º 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 #63CA74 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 99 | 202 | 116 | - |
| CMYK | 0.51 | 0 | 0.43 | 0.21 |
| HSL | 129.9º | 0.49% | 0.59% | - |
| HSV(B) | 129.9º | 0.51% | 0.79% | - |
| XYZ | 29.42 | 46.15 | 23.88 | - |
| YUV | 161.4 | 102.38 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 202 | 116 | 0.51 | 0 | 0.43 | 0.21 | 129.9 | 0.49 | 0.59 |
| Hex | 63 | CA | 74 | 33 | 0 | 2B | 15 | 82 | 31 | 3B |
| Octal | 143 | 312 | 164 | 63 | 0 | 53 | 25 | 202 | 61 | 73 |
| Binary | 1100011 | 11001010 | 1110100 | 110011 | 0 | 101011 | 10101 | 10000010 | 110001 | 111011 |
Color Harmonies of #63CA74
Complementary color
Monochromatic Colors of #63CA74
Black with #63CA74
Text Example
Text Example
White with #63CA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CA74; }
p { color: rgb(99,202,116); }
H1.HeaderClassName
{
color: #63CA74;
}
.AnyTagClassName
{
color: #63CA74;
}
</style>
background-color css
<style>
a { background-color: #63CA74; }
a { background-color: rgb(99,202,116); }
div.DivClassName
{
background-color: #63CA74;
}
.BgClassName
{
background-color: #63CA74;
}
</style>
border-color css
<style>
span { border-color: #63CA74; }
span { border-color: rgb(99,202,116); }
td.TdClassName
{
border-color: #63CA74;
}
.TagClassName
{
border-color: #63CA74;
}
</style>