Html Css Color HEX #529805 Limeade

📋 copy color: '#529805'

red 82 ◦ green 152 ◦ blue 5

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

Shades of Limeade #529805

Tints of Limeade #529805

RGB

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

 GREEN value IS 152 (59.77% from 255) = 63.6%

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

R = 34.31%
G = 63.6%
B = 2.09%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#529805 (or 0x529805) is known color: Limeade. HEX triplet: 52, 98 and 05. RGB value is (82,152,5). Sum of RGB (Red+Green+Blue) = 82+152+5=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 152 (59.77% from 255 or 63.60% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 152 - color contains mainly: green. Hex color #529805 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529805 is #AD67FA. Grayscale: #727272. Windows color (decimal): -11364347 or 366674. OLE color: 366674.

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

Color convert

RGB 82 152 5 -
CMYK 0.46 0 0.97 0.40
HSL 88.57º 0.94% 0.31% -
HSV(B) 88.57º 0.97% 0.6% -
XYZ 14.74 24.26 4.05 -
YUV 114.31 66.31 104.95 -
System Red Green Blue C M Y K H S L
Decimal 82 152 5 0.46 0 0.97 0.40 88.57 0.94 0.31
Hex 52 98 5 2E 0 61 28 59 5E 1F
Octal 122 230 5 56 0 141 50 131 136 37
Binary 1010010 10011000 101 101110 0 1100001 101000 1011001 1011110 11111

Color Harmonies of #529805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529805

Black with #529805

Text Example


Text Example

White with #529805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529805; }

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

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

background-color css

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

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

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

border-color css

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

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

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