Html Css Color HEX #5DA832 Limeade

📋 copy color: '#5DA832'

red 93 ◦ green 168 ◦ blue 50

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

Shades of Limeade #5DA832

Tints of Limeade #5DA832

RGB

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

 GREEN value IS 168 (66.02% from 255) = 54.02%

 BLUE value IS 50 (19.92% from 255) = 16.08%

R = 29.9%
G = 54.02%
B = 16.08%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#5DA832 (or 0x5DA832) is known color: Limeade. HEX triplet: 5D, A8 and 32. RGB value is (93,168,50). Sum of RGB (Red+Green+Blue) = 93+168+50=311 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.90% from 311); Green value is 168 (66.02% from 255 or 54.02% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 168 - color contains mainly: green. Hex color #5DA832 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA832 is #A257CD. Grayscale: #848484. Windows color (decimal): -10639310 or 3319901. OLE color: 3319901.

HSL color Cylindrical-coordinate representation of color #5DA832: hue angle of 98.14º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5DA832 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB 93 168 50 -
CMYK 0.45 0 0.70 0.34
HSL 98.14º 0.54% 0.43% -
HSV(B) 98.14º 0.7% 0.66% -
XYZ 19.09 30.56 7.91 -
YUV 132.12 81.65 100.09 -
System Red Green Blue C M Y K H S L
Decimal 93 168 50 0.45 0 0.70 0.34 98.14 0.54 0.43
Hex 5D A8 32 2D 0 46 22 62 36 2B
Octal 135 250 62 55 0 106 42 142 66 53
Binary 1011101 10101000 110010 101101 0 1000110 100010 1100010 110110 101011

Color Harmonies of #5DA832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA832

Black with #5DA832

Text Example


Text Example

White with #5DA832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,168,50); }

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

background-color css

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

 a { background-color: rgb(93,168,50); }

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

border-color css

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

 span { border-color: rgb(93,168,50); }

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