Shades of Screamin' Green #63DD50
Tints of Screamin' Green #63DD50
RGB
CMYK
RGB Variations
Color information
#63DD50 (or 0x63DD50) is known color: Screamin' Green. HEX triplet: 63, DD and 50. RGB value is (99,221,80). Sum of RGB (Red+Green+Blue) = 99+221+80=400 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.75% from 400); Green value is 221 (86.72% from 255 or 55.25% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 221 - color contains mainly: green. Hex color #63DD50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #63DD50 is #9C22AF. Grayscale: #A8A8A8. Windows color (decimal): -10232496 or 5299555. OLE color: 5299555.
HSL color Cylindrical-coordinate representation of color #63DD50: hue angle of 111.91º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #63DD50 is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 221 | 80 | - |
| CMYK | 0.55 | 0 | 0.64 | 0.13 |
| HSL | 111.91º | 0.67% | 0.59% | - |
| HSV(B) | 111.91º | 0.64% | 0.87% | - |
| XYZ | 32.45 | 54.94 | 16.48 | - |
| YUV | 168.45 | 78.08 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 221 | 80 | 0.55 | 0 | 0.64 | 0.13 | 111.91 | 0.67 | 0.59 |
| Hex | 63 | DD | 50 | 37 | 0 | 40 | D | 70 | 43 | 3B |
| Octal | 143 | 335 | 120 | 67 | 0 | 100 | 15 | 160 | 103 | 73 |
| Binary | 1100011 | 11011101 | 1010000 | 110111 | 0 | 1000000 | 1101 | 1110000 | 1000011 | 111011 |
Color Harmonies of #63DD50
Complementary color
Monochromatic Colors of #63DD50
Black with #63DD50
Text Example
Text Example
White with #63DD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DD50; }
p { color: rgb(99,221,80); }
H1.HeaderClassName
{
color: #63DD50;
}
.AnyTagClassName
{
color: #63DD50;
}
</style>
background-color css
<style>
a { background-color: #63DD50; }
a { background-color: rgb(99,221,80); }
div.DivClassName
{
background-color: #63DD50;
}
.BgClassName
{
background-color: #63DD50;
}
</style>
border-color css
<style>
span { border-color: #63DD50; }
span { border-color: rgb(99,221,80); }
td.TdClassName
{
border-color: #63DD50;
}
.TagClassName
{
border-color: #63DD50;
}
</style>