Html Css Color HEX #5DD020 Kelly Green

📋 copy color: '#5DD020'

red 93 ◦ green 208 ◦ blue 32

#5DD020
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #5DD020

Tints of Kelly Green #5DD020

RGB

 RED value IS 93 (36.72% from 255) = 27.93%

 GREEN value IS 208 (81.64% from 255) = 62.46%

 BLUE value IS 32 (12.89% from 255) = 9.61%

R = 27.93%
G = 62.46%
B = 9.61%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#5DD020 (or 0x5DD020) is known color: Kelly Green. HEX triplet: 5D, D0 and 20. RGB value is (93,208,32). Sum of RGB (Red+Green+Blue) = 93+208+32=333 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.93% from 333); Green value is 208 (81.64% from 255 or 62.46% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD020 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD020 is #A22FDF. Grayscale: #9A9A9A. Windows color (decimal): -10629088 or 2150493. OLE color: 2150493.

HSL color Cylindrical-coordinate representation of color #5DD020: hue angle of 99.2º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5DD020 is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 93 208 32 -
CMYK 0.55 0 0.85 0.18
HSL 99.2º 0.73% 0.47% -
HSV(B) 99.2º 0.85% 0.82% -
XYZ 27.33 47.54 9.1 -
YUV 153.55 59.4 84.81 -
System Red Green Blue C M Y K H S L
Decimal 93 208 32 0.55 0 0.85 0.18 99.2 0.73 0.47
Hex 5D D0 20 37 0 55 12 63 49 2F
Octal 135 320 40 67 0 125 22 143 111 57
Binary 1011101 11010000 100000 110111 0 1010101 10010 1100011 1001001 101111

Color Harmonies of #5DD020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD020

Black with #5DD020

Text Example


Text Example

White with #5DD020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,208,32); }

 H1.HeaderClassName
 {
   color: #5DD020;
 }
 .AnyTagClassName
 {
   color: #5DD020;
 }
</style>

background-color css

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

 a { background-color: rgb(93,208,32); }

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

border-color css

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

 span { border-color: rgb(93,208,32); }

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