Html Css Color HEX #5DD00E Kelly Green

📋 copy color: '#5DD00E'

red 93 ◦ green 208 ◦ blue 14

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

Shades of Kelly Green #5DD00E

Tints of Kelly Green #5DD00E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.44%

R = 29.52%
G = 66.03%
B = 4.44%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#5DD00E (or 0x5DD00E) is known color: Kelly Green. HEX triplet: 5D, D0 and 0E. RGB value is (93,208,14). Sum of RGB (Red+Green+Blue) = 93+208+14=315 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.52% from 315); Green value is 208 (81.64% from 255 or 66.03% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD00E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DD00E is #A22FF1. Grayscale: #989898. Windows color (decimal): -10629106 or 970845. OLE color: 970845.

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

Color convert

RGB 93 208 14 -
CMYK 0.55 0 0.93 0.18
HSL 95.57º 0.87% 0.44% -
HSV(B) 95.57º 0.93% 0.82% -
XYZ 27.15 47.47 8.15 -
YUV 151.5 50.4 86.27 -
System Red Green Blue C M Y K H S L
Decimal 93 208 14 0.55 0 0.93 0.18 95.57 0.87 0.44
Hex 5D D0 E 37 0 5D 12 60 57 2C
Octal 135 320 16 67 0 135 22 140 127 54
Binary 1011101 11010000 1110 110111 0 1011101 10010 1100000 1010111 101100

Color Harmonies of #5DD00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD00E

Black with #5DD00E

Text Example


Text Example

White with #5DD00E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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