Html Css Color HEX #53992D Limeade

📋 copy color: '#53992D'

red 83 ◦ green 153 ◦ blue 45

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

Shades of Limeade #53992D

Tints of Limeade #53992D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.01%

R = 29.54%
G = 54.45%
B = 16.01%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#53992D (or 0x53992D) is known color: Limeade. HEX triplet: 53, 99 and 2D. RGB value is (83,153,45). Sum of RGB (Red+Green+Blue) = 83+153+45=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 153 (60.16% from 255 or 54.45% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 153 - color contains mainly: green. Hex color #53992D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53992D is #AC66D2. Grayscale: #787878. Windows color (decimal): -11298515 or 2988371. OLE color: 2988371.

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

Color convert

RGB 83 153 45 -
CMYK 0.46 0 0.71 0.4
HSL 98.89º 0.55% 0.39% -
HSV(B) 98.89º 0.71% 0.6% -
XYZ 15.43 24.81 6.46 -
YUV 119.76 85.81 101.78 -
System Red Green Blue C M Y K H S L
Decimal 83 153 45 0.46 0 0.71 0.4 98.89 0.55 0.39
Hex 53 99 2D 2E 0 47 28 63 37 27
Octal 123 231 55 56 0 107 50 143 67 47
Binary 1010011 10011001 101101 101110 0 1000111 101000 1100011 110111 100111

Color Harmonies of #53992D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53992D

Black with #53992D

Text Example


Text Example

White with #53992D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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