Html Css Color HEX #529929 Limeade

📋 copy color: '#529929'

red 82 ◦ green 153 ◦ blue 41

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

Shades of Limeade #529929

Tints of Limeade #529929

RGB

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

 GREEN value IS 153 (60.16% from 255) = 55.43%

 BLUE value IS 41 (16.41% from 255) = 14.86%

R = 29.71%
G = 55.43%
B = 14.86%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#529929 (or 0x529929) is known color: Limeade. HEX triplet: 52, 99 and 29. RGB value is (82,153,41). Sum of RGB (Red+Green+Blue) = 82+153+41=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 153 (60.16% from 255 or 55.43% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 153 - color contains mainly: green. Hex color #529929 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529929 is #AD66D6. Grayscale: #777777. Windows color (decimal): -11364055 or 2726226. OLE color: 2726226.

HSL color Cylindrical-coordinate representation of color #529929: hue angle of 98.04º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #529929 is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 153 41 -
CMYK 0.46 0 0.73 0.4
HSL 98.04º 0.58% 0.38% -
HSV(B) 98.04º 0.73% 0.6% -
XYZ 15.27 24.74 6.07 -
YUV 119 83.98 101.61 -
System Red Green Blue C M Y K H S L
Decimal 82 153 41 0.46 0 0.73 0.4 98.04 0.58 0.38
Hex 52 99 29 2E 0 49 28 62 3A 26
Octal 122 231 51 56 0 111 50 142 72 46
Binary 1010010 10011001 101001 101110 0 1001001 101000 1100010 111010 100110

Color Harmonies of #529929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529929

Black with #529929

Text Example


Text Example

White with #529929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529929; }

 p { color: rgb(82,153,41); }

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

background-color css

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

 a { background-color: rgb(82,153,41); }

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

border-color css

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

 span { border-color: rgb(82,153,41); }

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