Html Css Color HEX #529D0D Limeade

📋 copy color: '#529D0D'

red 82 ◦ green 157 ◦ blue 13

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

Shades of Limeade #529D0D

Tints of Limeade #529D0D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 62.3%

 BLUE value IS 13 (5.47% from 255) = 5.16%

R = 32.54%
G = 62.3%
B = 5.16%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#529D0D (or 0x529D0D) is known color: Limeade. HEX triplet: 52, 9D and 0D. RGB value is (82,157,13). Sum of RGB (Red+Green+Blue) = 82+157+13=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 157 (61.72% from 255 or 62.30% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 157 - color contains mainly: green. Hex color #529D0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529D0D is #AD62F2. Grayscale: #767676. Windows color (decimal): -11363059 or 892242. OLE color: 892242.

HSL color Cylindrical-coordinate representation of color #529D0D: hue angle of 91.25º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #529D0D is Cyan = 0.48, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 157 13 -
CMYK 0.48 0 0.92 0.38
HSL 91.25º 0.85% 0.33% -
HSV(B) 91.25º 0.92% 0.62% -
XYZ 15.61 25.94 4.56 -
YUV 118.16 68.65 102.21 -
System Red Green Blue C M Y K H S L
Decimal 82 157 13 0.48 0 0.92 0.38 91.25 0.85 0.33
Hex 52 9D D 30 0 5C 26 5B 55 21
Octal 122 235 15 60 0 134 46 133 125 41
Binary 1010010 10011101 1101 110000 0 1011100 100110 1011011 1010101 100001

Color Harmonies of #529D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529D0D

Black with #529D0D

Text Example


Text Example

White with #529D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529D0D; }

 p { color: rgb(82,157,13); }

 H1.HeaderClassName
 {
   color: #529D0D;
 }
 .AnyTagClassName
 {
   color: #529D0D;
 }
</style>

background-color css

<style>
 a { background-color: #529D0D; }

 a { background-color: rgb(82,157,13); }

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

border-color css

<style>
 span { border-color: #529D0D; }

 span { border-color: rgb(82,157,13); }

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