Html Css Color HEX #53992E Limeade

📋 copy color: '#53992E'

red 83 ◦ green 153 ◦ blue 46

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

Shades of Limeade #53992E

Tints of Limeade #53992E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 54.26%

 BLUE value IS 46 (18.36% from 255) = 16.31%

R = 29.43%
G = 54.26%
B = 16.31%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.70

 K value IS 0.4

RGB Variations

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

Color information

#53992E (or 0x53992E) is known color: Limeade. HEX triplet: 53, 99 and 2E. RGB value is (83,153,46). Sum of RGB (Red+Green+Blue) = 83+153+46=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 153 (60.16% from 255 or 54.26% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 153 - color contains mainly: green. Hex color #53992E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53992E is #AC66D1. Grayscale: #787878. Windows color (decimal): -11298514 or 3053907. OLE color: 3053907.

HSL color Cylindrical-coordinate representation of color #53992E: hue angle of 99.25º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53992E is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB 83 153 46 -
CMYK 0.46 0 0.70 0.4
HSL 99.25º 0.54% 0.39% -
HSV(B) 99.25º 0.7% 0.6% -
XYZ 15.45 24.82 6.56 -
YUV 119.87 86.31 101.7 -
System Red Green Blue C M Y K H S L
Decimal 83 153 46 0.46 0 0.70 0.4 99.25 0.54 0.39
Hex 53 99 2E 2E 0 46 28 63 36 27
Octal 123 231 56 56 0 106 50 143 66 47
Binary 1010011 10011001 101110 101110 0 1000110 101000 1100011 110110 100111

Color Harmonies of #53992E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53992E

Black with #53992E

Text Example


Text Example

White with #53992E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53992E; }

 p { color: rgb(83,153,46); }

 H1.HeaderClassName
 {
   color: #53992E;
 }
 .AnyTagClassName
 {
   color: #53992E;
 }
</style>

background-color css

<style>
 a { background-color: #53992E; }

 a { background-color: rgb(83,153,46); }

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

border-color css

<style>
 span { border-color: #53992E; }

 span { border-color: rgb(83,153,46); }

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