Html Css Color HEX #53A51A Limeade

📋 copy color: '#53A51A'

red 83 ◦ green 165 ◦ blue 26

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

Shades of Limeade #53A51A

Tints of Limeade #53A51A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 60.22%

 BLUE value IS 26 (10.55% from 255) = 9.49%

R = 30.29%
G = 60.22%
B = 9.49%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#53A51A (or 0x53A51A) is known color: Limeade. HEX triplet: 53, A5 and 1A. RGB value is (83,165,26). Sum of RGB (Red+Green+Blue) = 83+165+26=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 165 (64.84% from 255 or 60.22% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 165 - color contains mainly: green. Hex color #53A51A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A51A is #AC5AE5. Grayscale: #7D7D7D. Windows color (decimal): -11295462 or 1746259. OLE color: 1746259.

HSL color Cylindrical-coordinate representation of color #53A51A: hue angle of 95.4º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53A51A is Cyan = 0.50, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 83 165 26 -
CMYK 0.50 0 0.84 0.35
HSL 95.4º 0.73% 0.37% -
HSV(B) 95.4º 0.84% 0.65% -
XYZ 17.21 28.82 5.63 -
YUV 124.64 72.33 98.3 -
System Red Green Blue C M Y K H S L
Decimal 83 165 26 0.50 0 0.84 0.35 95.4 0.73 0.37
Hex 53 A5 1A 32 0 54 23 5F 49 25
Octal 123 245 32 62 0 124 43 137 111 45
Binary 1010011 10100101 11010 110010 0 1010100 100011 1011111 1001001 100101

Color Harmonies of #53A51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A51A

Black with #53A51A

Text Example


Text Example

White with #53A51A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,165,26); }

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

background-color css

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

 a { background-color: rgb(83,165,26); }

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

border-color css

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

 span { border-color: rgb(83,165,26); }

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