Html Css Color HEX #529709 Limeade

📋 copy color: '#529709'

red 82 ◦ green 151 ◦ blue 9

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

Shades of Limeade #529709

Tints of Limeade #529709

RGB

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

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

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

R = 33.88%
G = 62.4%
B = 3.72%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.94

 K value IS 0.41

RGB Variations

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

Color information

#529709 (or 0x529709) is known color: Limeade. HEX triplet: 52, 97 and 09. RGB value is (82,151,9). Sum of RGB (Red+Green+Blue) = 82+151+9=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 151 (59.38% from 255 or 62.40% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 151 - color contains mainly: green. Hex color #529709 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529709 is #AD68F6. Grayscale: #727272. Windows color (decimal): -11364599 or 628562. OLE color: 628562.

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

Color convert

RGB 82 151 9 -
CMYK 0.46 0 0.94 0.41
HSL 89.15º 0.89% 0.31% -
HSV(B) 89.15º 0.94% 0.59% -
XYZ 14.6 23.95 4.11 -
YUV 114.18 68.64 105.05 -
System Red Green Blue C M Y K H S L
Decimal 82 151 9 0.46 0 0.94 0.41 89.15 0.89 0.31
Hex 52 97 9 2E 0 5E 29 59 59 1F
Octal 122 227 11 56 0 136 51 131 131 37
Binary 1010010 10010111 1001 101110 0 1011110 101001 1011001 1011001 11111

Color Harmonies of #529709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529709

Black with #529709

Text Example


Text Example

White with #529709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529709; }

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

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

background-color css

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

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

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

border-color css

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

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

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