Html Css Color HEX #53A135 Limeade

📋 copy color: '#53A135'

red 83 ◦ green 161 ◦ blue 53

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

Shades of Limeade #53A135

Tints of Limeade #53A135

RGB

 RED value IS 83 (32.81% from 255) = 27.95%

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

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

R = 27.95%
G = 54.21%
B = 17.85%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#53A135 (or 0x53A135) is known color: Limeade. HEX triplet: 53, A1 and 35. RGB value is (83,161,53). Sum of RGB (Red+Green+Blue) = 83+161+53=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 161 (63.28% from 255 or 54.21% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 161 - color contains mainly: green. Hex color #53A135 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A135 is #AC5ECA. Grayscale: #7D7D7D. Windows color (decimal): -11296459 or 3514707. OLE color: 3514707.

HSL color Cylindrical-coordinate representation of color #53A135: hue angle of 103.33º 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 #53A135 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB 83 161 53 -
CMYK 0.48 0 0.67 0.37
HSL 103.33º 0.5% 0.42% -
HSV(B) 103.33º 0.67% 0.63% -
XYZ 16.95 27.59 7.8 -
YUV 125.37 87.16 97.78 -
System Red Green Blue C M Y K H S L
Decimal 83 161 53 0.48 0 0.67 0.37 103.33 0.5 0.42
Hex 53 A1 35 30 0 43 25 67 32 2A
Octal 123 241 65 60 0 103 45 147 62 52
Binary 1010011 10100001 110101 110000 0 1000011 100101 1100111 110010 101010

Color Harmonies of #53A135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A135

Black with #53A135

Text Example


Text Example

White with #53A135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53A135; }

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

 H1.HeaderClassName
 {
   color: #53A135;
 }
 .AnyTagClassName
 {
   color: #53A135;
 }
</style>

background-color css

<style>
 a { background-color: #53A135; }

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

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

border-color css

<style>
 span { border-color: #53A135; }

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

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