Html Css Color HEX #5DD01E Kelly Green

📋 copy color: '#5DD01E'

red 93 ◦ green 208 ◦ blue 30

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

Shades of Kelly Green #5DD01E

Tints of Kelly Green #5DD01E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.06%

R = 28.1%
G = 62.84%
B = 9.06%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#5DD01E (or 0x5DD01E) is known color: Kelly Green. HEX triplet: 5D, D0 and 1E. RGB value is (93,208,30). Sum of RGB (Red+Green+Blue) = 93+208+30=331 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.10% from 331); Green value is 208 (81.64% from 255 or 62.84% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD01E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD01E is #A22FE1. Grayscale: #999999. Windows color (decimal): -10629090 or 2019421. OLE color: 2019421.

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

Color convert

RGB 93 208 30 -
CMYK 0.55 0 0.86 0.18
HSL 98.76º 0.75% 0.47% -
HSV(B) 98.76º 0.86% 0.82% -
XYZ 27.3 47.53 8.96 -
YUV 153.32 58.4 84.97 -
System Red Green Blue C M Y K H S L
Decimal 93 208 30 0.55 0 0.86 0.18 98.76 0.75 0.47
Hex 5D D0 1E 37 0 56 12 63 4B 2F
Octal 135 320 36 67 0 126 22 143 113 57
Binary 1011101 11010000 11110 110111 0 1010110 10010 1100011 1001011 101111

Color Harmonies of #5DD01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD01E

Black with #5DD01E

Text Example


Text Example

White with #5DD01E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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