Shades of Bright Green #63DB0C
Tints of Bright Green #63DB0C
RGB
CMYK
RGB Variations
Color information
#63DB0C (or 0x63DB0C) is known color: Bright Green. HEX triplet: 63, DB and 0C. RGB value is (99,219,12). Sum of RGB (Red+Green+Blue) = 99+219+12=330 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30% from 330); Green value is 219 (85.94% from 255 or 66.36% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 219 - color contains mainly: green. Hex color #63DB0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #63DB0C is #9C24F3. Grayscale: #A0A0A0. Windows color (decimal): -10233076 or 842595. OLE color: 842595.
HSL color Cylindrical-coordinate representation of color #63DB0C: hue angle of 94.78º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #63DB0C is Cyan = 0.55, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 219 | 12 | - |
| CMYK | 0.55 | 0 | 0.95 | 0.14 |
| HSL | 94.78º | 0.9% | 0.45% | - |
| HSV(B) | 94.78º | 0.95% | 0.86% | - |
| XYZ | 30.54 | 53.34 | 9.03 | - |
| YUV | 159.52 | 44.74 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 219 | 12 | 0.55 | 0 | 0.95 | 0.14 | 94.78 | 0.9 | 0.45 |
| Hex | 63 | DB | C | 37 | 0 | 5F | E | 5F | 5A | 2D |
| Octal | 143 | 333 | 14 | 67 | 0 | 137 | 16 | 137 | 132 | 55 |
| Binary | 1100011 | 11011011 | 1100 | 110111 | 0 | 1011111 | 1110 | 1011111 | 1011010 | 101101 |
Color Harmonies of #63DB0C
Complementary color
Monochromatic Colors of #63DB0C
Black with #63DB0C
Text Example
Text Example
White with #63DB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DB0C; }
p { color: rgb(99,219,12); }
H1.HeaderClassName
{
color: #63DB0C;
}
.AnyTagClassName
{
color: #63DB0C;
}
</style>
background-color css
<style>
a { background-color: #63DB0C; }
a { background-color: rgb(99,219,12); }
div.DivClassName
{
background-color: #63DB0C;
}
.BgClassName
{
background-color: #63DB0C;
}
</style>
border-color css
<style>
span { border-color: #63DB0C; }
span { border-color: rgb(99,219,12); }
td.TdClassName
{
border-color: #63DB0C;
}
.TagClassName
{
border-color: #63DB0C;
}
</style>