Html Css Color HEX #529831 Limeade

📋 copy color: '#529831'

red 82 ◦ green 152 ◦ blue 49

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

Shades of Limeade #529831

Tints of Limeade #529831

RGB

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

 GREEN value IS 152 (59.77% from 255) = 53.71%

 BLUE value IS 49 (19.53% from 255) = 17.31%

R = 28.98%
G = 53.71%
B = 17.31%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#529831 (or 0x529831) is known color: Limeade. HEX triplet: 52, 98 and 31. RGB value is (82,152,49). Sum of RGB (Red+Green+Blue) = 82+152+49=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 152 (59.77% from 255 or 53.71% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 152 - color contains mainly: green. Hex color #529831 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529831 is #AD67CE. Grayscale: #777777. Windows color (decimal): -11364303 or 3250258. OLE color: 3250258.

HSL color Cylindrical-coordinate representation of color #529831: hue angle of 100.78º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #529831 is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 152 49 -
CMYK 0.46 0 0.68 0.40
HSL 100.78º 0.51% 0.39% -
HSV(B) 100.78º 0.68% 0.6% -
XYZ 15.26 24.47 6.82 -
YUV 119.33 88.31 101.38 -
System Red Green Blue C M Y K H S L
Decimal 82 152 49 0.46 0 0.68 0.40 100.78 0.51 0.39
Hex 52 98 31 2E 0 44 28 65 33 27
Octal 122 230 61 56 0 104 50 145 63 47
Binary 1010010 10011000 110001 101110 0 1000100 101000 1100101 110011 100111

Color Harmonies of #529831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529831

Black with #529831

Text Example


Text Example

White with #529831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529831; }

 p { color: rgb(82,152,49); }

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

background-color css

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

 a { background-color: rgb(82,152,49); }

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

border-color css

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

 span { border-color: rgb(82,152,49); }

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