Html Css Color HEX #529926 Limeade

📋 copy color: '#529926'

red 82 ◦ green 153 ◦ blue 38

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

Shades of Limeade #529926

Tints of Limeade #529926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.92%

R = 30.04%
G = 56.04%
B = 13.92%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#529926 (or 0x529926) is known color: Limeade. HEX triplet: 52, 99 and 26. RGB value is (82,153,38). Sum of RGB (Red+Green+Blue) = 82+153+38=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 153 (60.16% from 255 or 56.04% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 153 - color contains mainly: green. Hex color #529926 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529926 is #AD66D9. Grayscale: #777777. Windows color (decimal): -11364058 or 2529618. OLE color: 2529618.

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

Color convert

RGB 82 153 38 -
CMYK 0.46 0 0.75 0.4
HSL 97.04º 0.6% 0.37% -
HSV(B) 97.04º 0.75% 0.6% -
XYZ 15.22 24.72 5.8 -
YUV 118.66 82.48 101.85 -
System Red Green Blue C M Y K H S L
Decimal 82 153 38 0.46 0 0.75 0.4 97.04 0.6 0.37
Hex 52 99 26 2E 0 4B 28 61 3C 25
Octal 122 231 46 56 0 113 50 141 74 45
Binary 1010010 10011001 100110 101110 0 1001011 101000 1100001 111100 100101

Color Harmonies of #529926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529926

Black with #529926

Text Example


Text Example

White with #529926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529926; }

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

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

background-color css

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

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

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

border-color css

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

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

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