Html Css Color HEX #53A51D Limeade

📋 copy color: '#53A51D'

red 83 ◦ green 165 ◦ blue 29

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

Shades of Limeade #53A51D

Tints of Limeade #53A51D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.47%

R = 29.96%
G = 59.57%
B = 10.47%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#53A51D (or 0x53A51D) is known color: Limeade. HEX triplet: 53, A5 and 1D. RGB value is (83,165,29). Sum of RGB (Red+Green+Blue) = 83+165+29=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 165 (64.84% from 255 or 59.57% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 165 - color contains mainly: green. Hex color #53A51D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A51D is #AC5AE2. Grayscale: #7D7D7D. Windows color (decimal): -11295459 or 1942867. OLE color: 1942867.

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

Color convert

RGB 83 165 29 -
CMYK 0.50 0 0.82 0.35
HSL 96.18º 0.7% 0.38% -
HSV(B) 96.18º 0.82% 0.65% -
XYZ 17.24 28.84 5.82 -
YUV 124.98 73.83 98.06 -
System Red Green Blue C M Y K H S L
Decimal 83 165 29 0.50 0 0.82 0.35 96.18 0.7 0.38
Hex 53 A5 1D 32 0 52 23 60 46 26
Octal 123 245 35 62 0 122 43 140 106 46
Binary 1010011 10100101 11101 110010 0 1010010 100011 1100000 1000110 100110

Color Harmonies of #53A51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A51D

Black with #53A51D

Text Example


Text Example

White with #53A51D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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