Html Css Color HEX #53931D Limeade

📋 copy color: '#53931D'

red 83 ◦ green 147 ◦ blue 29

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

Shades of Limeade #53931D

Tints of Limeade #53931D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 56.76%

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

R = 32.05%
G = 56.76%
B = 11.2%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#53931D (or 0x53931D) is known color: Limeade. HEX triplet: 53, 93 and 1D. RGB value is (83,147,29). Sum of RGB (Red+Green+Blue) = 83+147+29=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 147 (57.81% from 255 or 56.76% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 147 - color contains mainly: green. Hex color #53931D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53931D is #AC6CE2. Grayscale: #727272. Windows color (decimal): -11300067 or 1938259. OLE color: 1938259.

HSL color Cylindrical-coordinate representation of color #53931D: hue angle of 92.54º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #53931D is Cyan = 0.44, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 147 29 -
CMYK 0.44 0 0.80 0.42
HSL 92.54º 0.67% 0.35% -
HSV(B) 92.54º 0.8% 0.58% -
XYZ 14.22 22.8 4.81 -
YUV 114.41 79.8 105.59 -
System Red Green Blue C M Y K H S L
Decimal 83 147 29 0.44 0 0.80 0.42 92.54 0.67 0.35
Hex 53 93 1D 2C 0 50 2A 5D 43 23
Octal 123 223 35 54 0 120 52 135 103 43
Binary 1010011 10010011 11101 101100 0 1010000 101010 1011101 1000011 100011

Color Harmonies of #53931D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53931D

Black with #53931D

Text Example


Text Example

White with #53931D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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