Shades of Bright Green #5CDD00
Tints of Bright Green #5CDD00
RGB
CMYK
RGB Variations
Color information
#5CDD00 (or 0x5CDD00) is known color: Bright Green. HEX triplet: 5C, DD and 00. RGB value is (92,221,0). Sum of RGB (Red+Green+Blue) = 92+221+0=313 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.39% from 313); Green value is 221 (86.72% from 255 or 70.61% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 221 - color contains mainly: green. Hex color #5CDD00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CDD00 is #A322FF. Grayscale: #9D9D9D. Windows color (decimal): -10691328 or 56668. OLE color: 56668.
HSL color Cylindrical-coordinate representation of color #5CDD00: hue angle of 95.02º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5CDD00 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 221 | 0 | - |
| CMYK | 0.58 | 0 | 1 | 0.13 |
| HSL | 95.02º | 1% | 0.43% | - |
| HSV(B) | 95.02º | 1% | 0.87% | - |
| XYZ | 30.27 | 53.99 | 8.83 | - |
| YUV | 157.24 | 39.26 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 221 | 0 | 0.58 | 0 | 1 | 0.13 | 95.02 | 1 | 0.43 |
| Hex | 5C | DD | 0 | 3A | 0 | 64 | D | 5F | 64 | 2B |
| Octal | 134 | 335 | 0 | 72 | 0 | 144 | 15 | 137 | 144 | 53 |
| Binary | 1011100 | 11011101 | 0 | 111010 | 0 | 1100100 | 1101 | 1011111 | 1100100 | 101011 |
Color Harmonies of #5CDD00
Complementary color
Monochromatic Colors of #5CDD00
Black with #5CDD00
Text Example
Text Example
White with #5CDD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDD00; }
p { color: rgb(92,221,0); }
H1.HeaderClassName
{
color: #5CDD00;
}
.AnyTagClassName
{
color: #5CDD00;
}
</style>
background-color css
<style>
a { background-color: #5CDD00; }
a { background-color: rgb(92,221,0); }
div.DivClassName
{
background-color: #5CDD00;
}
.BgClassName
{
background-color: #5CDD00;
}
</style>
border-color css
<style>
span { border-color: #5CDD00; }
span { border-color: rgb(92,221,0); }
td.TdClassName
{
border-color: #5CDD00;
}
.TagClassName
{
border-color: #5CDD00;
}
</style>