Html Css Color HEX #5DD50A Kelly Green

📋 copy color: '#5DD50A'

red 93 ◦ green 213 ◦ blue 10

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

Shades of Kelly Green #5DD50A

Tints of Kelly Green #5DD50A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 67.41%

 BLUE value IS 10 (4.3% from 255) = 3.16%

R = 29.43%
G = 67.41%
B = 3.16%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#5DD50A (or 0x5DD50A) is known color: Kelly Green. HEX triplet: 5D, D5 and 0A. RGB value is (93,213,10). Sum of RGB (Red+Green+Blue) = 93+213+10=316 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.43% from 316); Green value is 213 (83.59% from 255 or 67.41% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 213 - color contains mainly: green. Hex color #5DD50A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DD50A is #A22AF5. Grayscale: #9A9A9A. Windows color (decimal): -10627830 or 709981. OLE color: 709981.

HSL color Cylindrical-coordinate representation of color #5DD50A: hue angle of 95.47º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5DD50A is Cyan = 0.56, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 93 213 10 -
CMYK 0.56 0 0.95 0.16
HSL 95.47º 0.91% 0.44% -
HSV(B) 95.47º 0.95% 0.84% -
XYZ 28.36 49.94 8.43 -
YUV 153.98 46.74 84.51 -
System Red Green Blue C M Y K H S L
Decimal 93 213 10 0.56 0 0.95 0.16 95.47 0.91 0.44
Hex 5D D5 A 38 0 5F 10 5F 5B 2C
Octal 135 325 12 70 0 137 20 137 133 54
Binary 1011101 11010101 1010 111000 0 1011111 10000 1011111 1011011 101100

Color Harmonies of #5DD50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD50A

Black with #5DD50A

Text Example


Text Example

White with #5DD50A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,213,10); }

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

background-color css

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

 a { background-color: rgb(93,213,10); }

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

border-color css

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

 span { border-color: rgb(93,213,10); }

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