Html Css Color HEX #529731 Limeade

📋 copy color: '#529731'

red 82 ◦ green 151 ◦ blue 49

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

Shades of Limeade #529731

Tints of Limeade #529731

RGB

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

 GREEN value IS 151 (59.38% from 255) = 53.55%

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

R = 29.08%
G = 53.55%
B = 17.38%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#529731 (or 0x529731) is known color: Limeade. HEX triplet: 52, 97 and 31. RGB value is (82,151,49). Sum of RGB (Red+Green+Blue) = 82+151+49=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 151 (59.38% from 255 or 53.55% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 151 - color contains mainly: green. Hex color #529731 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529731 is #AD68CE. Grayscale: #777777. Windows color (decimal): -11364559 or 3250002. OLE color: 3250002.

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

Color convert

RGB 82 151 49 -
CMYK 0.46 0 0.68 0.41
HSL 100.59º 0.51% 0.39% -
HSV(B) 100.59º 0.68% 0.59% -
XYZ 15.1 24.15 6.77 -
YUV 118.74 88.64 101.79 -
System Red Green Blue C M Y K H S L
Decimal 82 151 49 0.46 0 0.68 0.41 100.59 0.51 0.39
Hex 52 97 31 2E 0 44 29 65 33 27
Octal 122 227 61 56 0 104 51 145 63 47
Binary 1010010 10010111 110001 101110 0 1000100 101001 1100101 110011 100111

Color Harmonies of #529731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529731

Black with #529731

Text Example


Text Example

White with #529731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529731; }

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

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

background-color css

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

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

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

border-color css

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

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

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