Shades of Fern #63BD64
Tints of Fern #63BD64
RGB
CMYK
RGB Variations
Color information
#63BD64 (or 0x63BD64) is known color: Fern. HEX triplet: 63, BD and 64. RGB value is (99,189,100). Sum of RGB (Red+Green+Blue) = 99+189+100=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 189 (74.22% from 255 or 48.71% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 189 - color contains mainly: green. Hex color #63BD64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #63BD64 is #9C429B. Grayscale: #989898. Windows color (decimal): -10240668 or 6602083. OLE color: 6602083.
HSL color Cylindrical-coordinate representation of color #63BD64: hue angle of 120.67º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63BD64 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 189 | 100 | - |
| CMYK | 0.48 | 0 | 0.47 | 0.26 |
| HSL | 120.67º | 0.41% | 0.56% | - |
| HSV(B) | 120.67º | 0.48% | 0.74% | - |
| XYZ | 25.64 | 39.97 | 18.42 | - |
| YUV | 151.94 | 98.68 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 189 | 100 | 0.48 | 0 | 0.47 | 0.26 | 120.67 | 0.41 | 0.56 |
| Hex | 63 | BD | 64 | 30 | 0 | 2F | 1A | 79 | 29 | 38 |
| Octal | 143 | 275 | 144 | 60 | 0 | 57 | 32 | 171 | 51 | 70 |
| Binary | 1100011 | 10111101 | 1100100 | 110000 | 0 | 101111 | 11010 | 1111001 | 101001 | 111000 |
Color Harmonies of #63BD64
Complementary color
Monochromatic Colors of #63BD64
Black with #63BD64
Text Example
Text Example
White with #63BD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BD64; }
p { color: rgb(99,189,100); }
H1.HeaderClassName
{
color: #63BD64;
}
.AnyTagClassName
{
color: #63BD64;
}
</style>
background-color css
<style>
a { background-color: #63BD64; }
a { background-color: rgb(99,189,100); }
div.DivClassName
{
background-color: #63BD64;
}
.BgClassName
{
background-color: #63BD64;
}
</style>
border-color css
<style>
span { border-color: #63BD64; }
span { border-color: rgb(99,189,100); }
td.TdClassName
{
border-color: #63BD64;
}
.TagClassName
{
border-color: #63BD64;
}
</style>