Html Css Color HEX #53A327 Limeade

📋 copy color: '#53A327'

red 83 ◦ green 163 ◦ blue 39

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

Shades of Limeade #53A327

Tints of Limeade #53A327

RGB

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

 GREEN value IS 163 (64.06% from 255) = 57.19%

 BLUE value IS 39 (15.63% from 255) = 13.68%

R = 29.12%
G = 57.19%
B = 13.68%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#53A327 (or 0x53A327) is known color: Limeade. HEX triplet: 53, A3 and 27. RGB value is (83,163,39). Sum of RGB (Red+Green+Blue) = 83+163+39=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 163 (64.06% from 255 or 57.19% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 163 - color contains mainly: green. Hex color #53A327 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A327 is #AC5CD8. Grayscale: #7D7D7D. Windows color (decimal): -11295961 or 2597715. OLE color: 2597715.

HSL color Cylindrical-coordinate representation of color #53A327: hue angle of 98.71º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #53A327 is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 163 39 -
CMYK 0.49 0 0.76 0.36
HSL 98.71º 0.61% 0.4% -
HSV(B) 98.71º 0.76% 0.64% -
XYZ 17.03 28.18 6.46 -
YUV 124.94 79.5 98.08 -
System Red Green Blue C M Y K H S L
Decimal 83 163 39 0.49 0 0.76 0.36 98.71 0.61 0.4
Hex 53 A3 27 31 0 4C 24 63 3D 28
Octal 123 243 47 61 0 114 44 143 75 50
Binary 1010011 10100011 100111 110001 0 1001100 100100 1100011 111101 101000

Color Harmonies of #53A327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A327

Black with #53A327

Text Example


Text Example

White with #53A327

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,163,39); }

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

background-color css

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

 a { background-color: rgb(83,163,39); }

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

border-color css

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

 span { border-color: rgb(83,163,39); }

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