Html Css Color HEX #529705 Limeade

📋 copy color: '#529705'

red 82 ◦ green 151 ◦ blue 5

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

Shades of Limeade #529705

Tints of Limeade #529705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.1%

R = 34.45%
G = 63.45%
B = 2.1%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#529705 (or 0x529705) is known color: Limeade. HEX triplet: 52, 97 and 05. RGB value is (82,151,5). Sum of RGB (Red+Green+Blue) = 82+151+5=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 151 (59.38% from 255 or 63.45% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 151 - color contains mainly: green. Hex color #529705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529705 is #AD68FA. Grayscale: #727272. Windows color (decimal): -11364603 or 366418. OLE color: 366418.

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

Color convert

RGB 82 151 5 -
CMYK 0.46 0 0.97 0.41
HSL 88.36º 0.94% 0.31% -
HSV(B) 88.36º 0.97% 0.59% -
XYZ 14.57 23.94 4 -
YUV 113.73 66.64 105.37 -
System Red Green Blue C M Y K H S L
Decimal 82 151 5 0.46 0 0.97 0.41 88.36 0.94 0.31
Hex 52 97 5 2E 0 61 29 58 5E 1F
Octal 122 227 5 56 0 141 51 130 136 37
Binary 1010010 10010111 101 101110 0 1100001 101001 1011000 1011110 11111

Color Harmonies of #529705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529705

Black with #529705

Text Example


Text Example

White with #529705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529705; }

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

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

background-color css

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

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

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

border-color css

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

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

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