Html Css Color HEX #529D12 Limeade

📋 copy color: '#529D12'

red 82 ◦ green 157 ◦ blue 18

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

Shades of Limeade #529D12

Tints of Limeade #529D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7%

R = 31.91%
G = 61.09%
B = 7%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#529D12 (or 0x529D12) is known color: Limeade. HEX triplet: 52, 9D and 12. RGB value is (82,157,18). Sum of RGB (Red+Green+Blue) = 82+157+18=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 157 (61.72% from 255 or 61.09% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 157 - color contains mainly: green. Hex color #529D12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529D12 is #AD62ED. Grayscale: #777777. Windows color (decimal): -11363054 or 1219922. OLE color: 1219922.

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

Color convert

RGB 82 157 18 -
CMYK 0.48 0 0.89 0.38
HSL 92.37º 0.79% 0.34% -
HSV(B) 92.37º 0.89% 0.62% -
XYZ 15.65 25.95 4.76 -
YUV 118.73 71.15 101.8 -
System Red Green Blue C M Y K H S L
Decimal 82 157 18 0.48 0 0.89 0.38 92.37 0.79 0.34
Hex 52 9D 12 30 0 59 26 5C 4F 22
Octal 122 235 22 60 0 131 46 134 117 42
Binary 1010010 10011101 10010 110000 0 1011001 100110 1011100 1001111 100010

Color Harmonies of #529D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529D12

Black with #529D12

Text Example


Text Example

White with #529D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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