Html Css Color HEX #5DD02D Kelly Green

📋 copy color: '#5DD02D'

red 93 ◦ green 208 ◦ blue 45

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

Shades of Kelly Green #5DD02D

Tints of Kelly Green #5DD02D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.01%

R = 26.88%
G = 60.12%
B = 13.01%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#5DD02D (or 0x5DD02D) is known color: Kelly Green. HEX triplet: 5D, D0 and 2D. RGB value is (93,208,45). Sum of RGB (Red+Green+Blue) = 93+208+45=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 208 (81.64% from 255 or 60.12% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD02D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD02D is #A22FD2. Grayscale: #9B9B9B. Windows color (decimal): -10629075 or 3002461. OLE color: 3002461.

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

Color convert

RGB 93 208 45 -
CMYK 0.55 0 0.78 0.18
HSL 102.33º 0.64% 0.5% -
HSV(B) 102.33º 0.78% 0.82% -
XYZ 27.54 47.63 10.22 -
YUV 155.03 65.9 83.75 -
System Red Green Blue C M Y K H S L
Decimal 93 208 45 0.55 0 0.78 0.18 102.33 0.64 0.5
Hex 5D D0 2D 37 0 4E 12 66 40 32
Octal 135 320 55 67 0 116 22 146 100 62
Binary 1011101 11010000 101101 110111 0 1001110 10010 1100110 1000000 110010

Color Harmonies of #5DD02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD02D

Black with #5DD02D

Text Example


Text Example

White with #5DD02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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