Html Css Color HEX #5DA135 Limeade

📋 copy color: '#5DA135'

red 93 ◦ green 161 ◦ blue 53

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

Shades of Limeade #5DA135

Tints of Limeade #5DA135

RGB

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

 GREEN value IS 161 (63.28% from 255) = 52.44%

 BLUE value IS 53 (21.09% from 255) = 17.26%

R = 30.29%
G = 52.44%
B = 17.26%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#5DA135 (or 0x5DA135) is known color: Limeade. HEX triplet: 5D, A1 and 35. RGB value is (93,161,53). Sum of RGB (Red+Green+Blue) = 93+161+53=307 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.29% from 307); Green value is 161 (63.28% from 255 or 52.44% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA135 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA135 is #A25ECA. Grayscale: #808080. Windows color (decimal): -10641099 or 3514717. OLE color: 3514717.

HSL color Cylindrical-coordinate representation of color #5DA135: hue angle of 97.78º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5DA135 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB 93 161 53 -
CMYK 0.42 0 0.67 0.37
HSL 97.78º 0.5% 0.42% -
HSV(B) 97.78º 0.67% 0.63% -
XYZ 17.9 28.07 7.84 -
YUV 128.36 85.47 102.78 -
System Red Green Blue C M Y K H S L
Decimal 93 161 53 0.42 0 0.67 0.37 97.78 0.5 0.42
Hex 5D A1 35 2A 0 43 25 62 32 2A
Octal 135 241 65 52 0 103 45 142 62 52
Binary 1011101 10100001 110101 101010 0 1000011 100101 1100010 110010 101010

Color Harmonies of #5DA135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA135

Black with #5DA135

Text Example


Text Example

White with #5DA135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,161,53); }

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

background-color css

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

 a { background-color: rgb(93,161,53); }

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

border-color css

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

 span { border-color: rgb(93,161,53); }

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