Html Css Color HEX #5DA422 Limeade

📋 copy color: '#5DA422'

red 93 ◦ green 164 ◦ blue 34

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

Shades of Limeade #5DA422

Tints of Limeade #5DA422

RGB

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

 GREEN value IS 164 (64.45% from 255) = 56.36%

 BLUE value IS 34 (13.67% from 255) = 11.68%

R = 31.96%
G = 56.36%
B = 11.68%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#5DA422 (or 0x5DA422) is known color: Limeade. HEX triplet: 5D, A4 and 22. RGB value is (93,164,34). Sum of RGB (Red+Green+Blue) = 93+164+34=291 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.96% from 291); Green value is 164 (64.45% from 255 or 56.36% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 164 - color contains mainly: green. Hex color #5DA422 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA422 is #A25BDD. Grayscale: #808080. Windows color (decimal): -10640350 or 2270301. OLE color: 2270301.

HSL color Cylindrical-coordinate representation of color #5DA422: hue angle of 92.77º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5DA422 is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB 93 164 34 -
CMYK 0.43 0 0.79 0.36
HSL 92.77º 0.66% 0.39% -
HSV(B) 92.77º 0.79% 0.64% -
XYZ 18.08 28.99 6.16 -
YUV 127.95 74.98 103.07 -
System Red Green Blue C M Y K H S L
Decimal 93 164 34 0.43 0 0.79 0.36 92.77 0.66 0.39
Hex 5D A4 22 2B 0 4F 24 5D 42 27
Octal 135 244 42 53 0 117 44 135 102 47
Binary 1011101 10100100 100010 101011 0 1001111 100100 1011101 1000010 100111

Color Harmonies of #5DA422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA422

Black with #5DA422

Text Example


Text Example

White with #5DA422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,164,34); }

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

background-color css

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

 a { background-color: rgb(93,164,34); }

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

border-color css

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

 span { border-color: rgb(93,164,34); }

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