Html Css Color HEX #529507 Limeade

📋 copy color: '#529507'

red 82 ◦ green 149 ◦ blue 7

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

Shades of Limeade #529507

Tints of Limeade #529507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.94%

R = 34.45%
G = 62.61%
B = 2.94%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#529507 (or 0x529507) is known color: Limeade. HEX triplet: 52, 95 and 07. RGB value is (82,149,7). Sum of RGB (Red+Green+Blue) = 82+149+7=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 149 (58.59% from 255 or 62.61% from 238); Blue value is 7 (3.12% from 255 or 2.94% from 238); Max value from RGB is 149 - color contains mainly: green. Hex color #529507 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529507 is #AD6AF8. Grayscale: #717171. Windows color (decimal): -11365113 or 496978. OLE color: 496978.

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

Color convert

RGB 82 149 7 -
CMYK 0.45 0 0.95 0.42
HSL 88.31º 0.91% 0.31% -
HSV(B) 88.31º 0.95% 0.58% -
XYZ 14.27 23.3 3.95 -
YUV 112.78 68.3 106.05 -
System Red Green Blue C M Y K H S L
Decimal 82 149 7 0.45 0 0.95 0.42 88.31 0.91 0.31
Hex 52 95 7 2D 0 5F 2A 58 5B 1F
Octal 122 225 7 55 0 137 52 130 133 37
Binary 1010010 10010101 111 101101 0 1011111 101010 1011000 1011011 11111

Color Harmonies of #529507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529507

Black with #529507

Text Example


Text Example

White with #529507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529507; }

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

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

background-color css

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

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

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

border-color css

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

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

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