Shades of Bright Green #5DDC02
Tints of Bright Green #5DDC02
RGB
CMYK
RGB Variations
Color information
#5DDC02 (or 0x5DDC02) is known color: Bright Green. HEX triplet: 5D, DC and 02. RGB value is (93,220,2). Sum of RGB (Red+Green+Blue) = 93+220+2=315 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.52% from 315); Green value is 220 (86.33% from 255 or 69.84% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDC02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DDC02 is #A223FD. Grayscale: #9D9D9D. Windows color (decimal): -10626046 or 187485. OLE color: 187485.
HSL color Cylindrical-coordinate representation of color #5DDC02: hue angle of 94.95º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5DDC02 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 220 | 2 | - |
| CMYK | 0.58 | 0 | 0.99 | 0.14 |
| HSL | 94.95º | 0.98% | 0.44% | - |
| HSV(B) | 94.95º | 0.99% | 0.86% | - |
| XYZ | 30.12 | 53.52 | 8.8 | - |
| YUV | 157.18 | 40.42 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 220 | 2 | 0.58 | 0 | 0.99 | 0.14 | 94.95 | 0.98 | 0.44 |
| Hex | 5D | DC | 2 | 3A | 0 | 63 | E | 5F | 62 | 2C |
| Octal | 135 | 334 | 2 | 72 | 0 | 143 | 16 | 137 | 142 | 54 |
| Binary | 1011101 | 11011100 | 10 | 111010 | 0 | 1100011 | 1110 | 1011111 | 1100010 | 101100 |
Color Harmonies of #5DDC02
Complementary color
Monochromatic Colors of #5DDC02
Black with #5DDC02
Text Example
Text Example
White with #5DDC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDC02; }
p { color: rgb(93,220,2); }
H1.HeaderClassName
{
color: #5DDC02;
}
.AnyTagClassName
{
color: #5DDC02;
}
</style>
background-color css
<style>
a { background-color: #5DDC02; }
a { background-color: rgb(93,220,2); }
div.DivClassName
{
background-color: #5DDC02;
}
.BgClassName
{
background-color: #5DDC02;
}
</style>
border-color css
<style>
span { border-color: #5DDC02; }
span { border-color: rgb(93,220,2); }
td.TdClassName
{
border-color: #5DDC02;
}
.TagClassName
{
border-color: #5DDC02;
}
</style>