Html Css Color HEX #53971D Limeade

📋 copy color: '#53971D'

red 83 ◦ green 151 ◦ blue 29

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

Shades of Limeade #53971D

Tints of Limeade #53971D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 57.41%

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

R = 31.56%
G = 57.41%
B = 11.03%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#53971D (or 0x53971D) is known color: Limeade. HEX triplet: 53, 97 and 1D. RGB value is (83,151,29). Sum of RGB (Red+Green+Blue) = 83+151+29=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 151 (59.38% from 255 or 57.41% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 151 - color contains mainly: green. Hex color #53971D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53971D is #AC68E2. Grayscale: #757575. Windows color (decimal): -11299043 or 1939283. OLE color: 1939283.

HSL color Cylindrical-coordinate representation of color #53971D: hue angle of 93.44º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #53971D is Cyan = 0.45, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 83 151 29 -
CMYK 0.45 0 0.81 0.41
HSL 93.44º 0.68% 0.35% -
HSV(B) 93.44º 0.81% 0.59% -
XYZ 14.86 24.06 5.02 -
YUV 116.76 78.47 103.92 -
System Red Green Blue C M Y K H S L
Decimal 83 151 29 0.45 0 0.81 0.41 93.44 0.68 0.35
Hex 53 97 1D 2D 0 51 29 5D 44 23
Octal 123 227 35 55 0 121 51 135 104 43
Binary 1010011 10010111 11101 101101 0 1010001 101001 1011101 1000100 100011

Color Harmonies of #53971D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53971D

Black with #53971D

Text Example


Text Example

White with #53971D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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