Shades of Bright Green #5DDA02
Tints of Bright Green #5DDA02
RGB
CMYK
RGB Variations
Color information
#5DDA02 (or 0x5DDA02) is known color: Bright Green. HEX triplet: 5D, DA and 02. RGB value is (93,218,2). Sum of RGB (Red+Green+Blue) = 93+218+2=313 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.71% from 313); Green value is 218 (85.55% from 255 or 69.65% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDA02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DDA02 is #A225FD. Grayscale: #9C9C9C. Windows color (decimal): -10626558 or 186973. OLE color: 186973.
HSL color Cylindrical-coordinate representation of color #5DDA02: hue angle of 94.72º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5DDA02 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 218 | 2 | - |
| CMYK | 0.57 | 0 | 0.99 | 0.15 |
| HSL | 94.72º | 0.98% | 0.43% | - |
| HSV(B) | 94.72º | 0.99% | 0.85% | - |
| XYZ | 29.6 | 52.47 | 8.63 | - |
| YUV | 156 | 41.09 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 218 | 2 | 0.57 | 0 | 0.99 | 0.15 | 94.72 | 0.98 | 0.43 |
| Hex | 5D | DA | 2 | 39 | 0 | 63 | F | 5F | 62 | 2B |
| Octal | 135 | 332 | 2 | 71 | 0 | 143 | 17 | 137 | 142 | 53 |
| Binary | 1011101 | 11011010 | 10 | 111001 | 0 | 1100011 | 1111 | 1011111 | 1100010 | 101011 |
Color Harmonies of #5DDA02
Complementary color
Monochromatic Colors of #5DDA02
Black with #5DDA02
Text Example
Text Example
White with #5DDA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDA02; }
p { color: rgb(93,218,2); }
H1.HeaderClassName
{
color: #5DDA02;
}
.AnyTagClassName
{
color: #5DDA02;
}
</style>
background-color css
<style>
a { background-color: #5DDA02; }
a { background-color: rgb(93,218,2); }
div.DivClassName
{
background-color: #5DDA02;
}
.BgClassName
{
background-color: #5DDA02;
}
</style>
border-color css
<style>
span { border-color: #5DDA02; }
span { border-color: rgb(93,218,2); }
td.TdClassName
{
border-color: #5DDA02;
}
.TagClassName
{
border-color: #5DDA02;
}
</style>