#5dd100

Color #5DD100 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #5DD100

Tints of Kelly Green #5DD100

Color information

#5DD100 (or 0x5DD100) is unknown color: approx Kelly Green. HEX triplet: 5D, D1 and 00. RGB value is (93,209,0). Sum of RGB (Red+Green+Blue) = 93+209+0=302 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.79% from 302); Green value is 209 (82.03% from 255 or 69.21% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 209 - color contains mainly: green. Hex color #5DD100 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DD100 is #A22EFF. Grayscale: #979797. Windows color (decimal): -10628864 or 53597. OLE color: 53597.

HSL color Cylindrical-coordinate representation of color #5DD100: hue angle of 93.3º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5DD100 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB932090-
CMYK0.56010.18
HSL93.3º100%40.98%-
HSV(B)93.3º100%81.96%-
XYZ27.3147.937.81-
YUV150.4943.0786.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 93 (36.72% from 255) = 30.79%
GREEN value IS 209 (82.03% from 255) = 69.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=30.79%
G=69.21%
B=0%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal9320900.56010.1893.310040.98
Hex5DD1038064125d6429
Octal13532107001442213514451
Binary1011101110100010111000011001001001010111011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5dd100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5dd100; }

 p { color: rgb(93,209,0); }

 H1.HeaderClassName
 {
   color: #5dd100;
 }
 .AnyTagClassName
 {
   color: #5dd100;
 }
</style>
background-color css

<style>
 a { background-color: #5dd100; }

 a { background-color: rgb(93,209,0); }

 div.DivClassName
 {
   background-color: #5dd100;
 }
 .BgClassName
 {
   background-color: #5dd100;
 }
</style>
border-color css

<style>
 span { border-color: #5dd100; }

 span { border-color: rgb(93,209,0); }

 td.TdClassName
 {
   border-color: #5dd100;
 }
 .TagClassName
 {
   border-color: #5dd100;
 }
</style>