Html Css Color HEX #52911D Limeade

📋 copy color: '#52911D'

red 82 ◦ green 145 ◦ blue 29

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

Shades of Limeade #52911D

Tints of Limeade #52911D

RGB

 RED value IS 82 (32.42% from 255) = 32.03%

 GREEN value IS 145 (57.03% from 255) = 56.64%

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

R = 32.03%
G = 56.64%
B = 11.33%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.8

 K value IS 0.43

RGB Variations

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

Color information

#52911D (or 0x52911D) is known color: Limeade. HEX triplet: 52, 91 and 1D. RGB value is (82,145,29). Sum of RGB (Red+Green+Blue) = 82+145+29=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 145 (57.03% from 255 or 56.64% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 145 - color contains mainly: green. Hex color #52911D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52911D is #AD6EE2. Grayscale: #717171. Windows color (decimal): -11366115 or 1937746. OLE color: 1937746.

HSL color Cylindrical-coordinate representation of color #52911D: hue angle of 92.59º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52911D is Cyan = 0.43, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 145 29 -
CMYK 0.43 0 0.8 0.43
HSL 92.59º 0.67% 0.34% -
HSV(B) 92.59º 0.8% 0.57% -
XYZ 13.83 22.13 4.71 -
YUV 112.94 80.63 105.93 -
System Red Green Blue C M Y K H S L
Decimal 82 145 29 0.43 0 0.8 0.43 92.59 0.67 0.34
Hex 52 91 1D 2B 0 50 2B 5D 43 22
Octal 122 221 35 53 0 120 53 135 103 42
Binary 1010010 10010001 11101 101011 0 1010000 101011 1011101 1000011 100010

Color Harmonies of #52911D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52911D

Black with #52911D

Text Example


Text Example

White with #52911D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,145,29); }

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

background-color css

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

 a { background-color: rgb(82,145,29); }

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

border-color css

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

 span { border-color: rgb(82,145,29); }

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