Html Css Color HEX #529509 Limeade

📋 copy color: '#529509'

red 82 ◦ green 149 ◦ blue 9

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

Shades of Limeade #529509

Tints of Limeade #529509

RGB

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

 GREEN value IS 149 (58.59% from 255) = 62.08%

 BLUE value IS 9 (3.91% from 255) = 3.75%

R = 34.17%
G = 62.08%
B = 3.75%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#529509 (or 0x529509) is known color: Limeade. HEX triplet: 52, 95 and 09. RGB value is (82,149,9). Sum of RGB (Red+Green+Blue) = 82+149+9=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 149 (58.59% from 255 or 62.08% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 149 - color contains mainly: green. Hex color #529509 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529509 is #AD6AF6. Grayscale: #717171. Windows color (decimal): -11365111 or 628050. OLE color: 628050.

HSL color Cylindrical-coordinate representation of color #529509: hue angle of 88.71º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #529509 is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 149 9 -
CMYK 0.45 0 0.94 0.42
HSL 88.71º 0.89% 0.31% -
HSV(B) 88.71º 0.94% 0.58% -
XYZ 14.28 23.31 4 -
YUV 113.01 69.3 105.88 -
System Red Green Blue C M Y K H S L
Decimal 82 149 9 0.45 0 0.94 0.42 88.71 0.89 0.31
Hex 52 95 9 2D 0 5E 2A 59 59 1F
Octal 122 225 11 55 0 136 52 131 131 37
Binary 1010010 10010101 1001 101101 0 1011110 101010 1011001 1011001 11111

Color Harmonies of #529509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529509

Black with #529509

Text Example


Text Example

White with #529509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529509; }

 p { color: rgb(82,149,9); }

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

background-color css

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

 a { background-color: rgb(82,149,9); }

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

border-color css

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

 span { border-color: rgb(82,149,9); }

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