Html Css Color HEX #5DD80A Kelly Green

📋 copy color: '#5DD80A'

red 93 ◦ green 216 ◦ blue 10

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

Shades of Kelly Green #5DD80A

Tints of Kelly Green #5DD80A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 67.71%

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

R = 29.15%
G = 67.71%
B = 3.13%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#5DD80A (or 0x5DD80A) is known color: Kelly Green. HEX triplet: 5D, D8 and 0A. RGB value is (93,216,10). Sum of RGB (Red+Green+Blue) = 93+216+10=319 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.15% from 319); Green value is 216 (84.77% from 255 or 67.71% from 319); Blue value is 10 (4.30% from 255 or 3.13% from 319); Max value from RGB is 216 - color contains mainly: green. Hex color #5DD80A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DD80A is #A227F5. Grayscale: #9C9C9C. Windows color (decimal): -10627062 or 710749. OLE color: 710749.

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

Color convert

RGB 93 216 10 -
CMYK 0.57 0 0.95 0.15
HSL 95.83º 0.91% 0.44% -
HSV(B) 95.83º 0.95% 0.85% -
XYZ 29.12 51.46 8.69 -
YUV 155.74 45.75 83.25 -
System Red Green Blue C M Y K H S L
Decimal 93 216 10 0.57 0 0.95 0.15 95.83 0.91 0.44
Hex 5D D8 A 39 0 5F F 60 5B 2C
Octal 135 330 12 71 0 137 17 140 133 54
Binary 1011101 11011000 1010 111001 0 1011111 1111 1100000 1011011 101100

Color Harmonies of #5DD80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD80A

Black with #5DD80A

Text Example


Text Example

White with #5DD80A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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