Html Css Color HEX #53991D Limeade

📋 copy color: '#53991D'

red 83 ◦ green 153 ◦ blue 29

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

Shades of Limeade #53991D

Tints of Limeade #53991D

RGB

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

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

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

R = 31.32%
G = 57.74%
B = 10.94%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.81

 K value IS 0.4

RGB Variations

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

Color information

#53991D (or 0x53991D) is known color: Limeade. HEX triplet: 53, 99 and 1D. RGB value is (83,153,29). Sum of RGB (Red+Green+Blue) = 83+153+29=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 153 (60.16% from 255 or 57.74% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 153 - color contains mainly: green. Hex color #53991D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53991D is #AC66E2. Grayscale: #767676. Windows color (decimal): -11298531 or 1939795. OLE color: 1939795.

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

Color convert

RGB 83 153 29 -
CMYK 0.46 0 0.81 0.4
HSL 93.87º 0.68% 0.36% -
HSV(B) 93.87º 0.81% 0.6% -
XYZ 15.18 24.71 5.13 -
YUV 117.93 77.81 103.08 -
System Red Green Blue C M Y K H S L
Decimal 83 153 29 0.46 0 0.81 0.4 93.87 0.68 0.36
Hex 53 99 1D 2E 0 51 28 5E 44 24
Octal 123 231 35 56 0 121 50 136 104 44
Binary 1010011 10011001 11101 101110 0 1010001 101000 1011110 1000100 100100

Color Harmonies of #53991D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53991D

Black with #53991D

Text Example


Text Example

White with #53991D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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