Html Css Color HEX #529905 Limeade

📋 copy color: '#529905'

red 82 ◦ green 153 ◦ blue 5

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

Shades of Limeade #529905

Tints of Limeade #529905

RGB

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

 GREEN value IS 153 (60.16% from 255) = 63.75%

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

R = 34.17%
G = 63.75%
B = 2.08%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#529905 (or 0x529905) is known color: Limeade. HEX triplet: 52, 99 and 05. RGB value is (82,153,5). Sum of RGB (Red+Green+Blue) = 82+153+5=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 153 (60.16% from 255 or 63.75% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 153 - color contains mainly: green. Hex color #529905 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529905 is #AD66FA. Grayscale: #737373. Windows color (decimal): -11364091 or 366930. OLE color: 366930.

HSL color Cylindrical-coordinate representation of color #529905: hue angle of 88.78º 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 #529905 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 153 5 -
CMYK 0.46 0 0.97 0.4
HSL 88.78º 0.94% 0.31% -
HSV(B) 88.78º 0.97% 0.6% -
XYZ 14.9 24.59 4.1 -
YUV 114.9 65.98 104.53 -
System Red Green Blue C M Y K H S L
Decimal 82 153 5 0.46 0 0.97 0.4 88.78 0.94 0.31
Hex 52 99 5 2E 0 61 28 59 5E 1F
Octal 122 231 5 56 0 141 50 131 136 37
Binary 1010010 10011001 101 101110 0 1100001 101000 1011001 1011110 11111

Color Harmonies of #529905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529905

Black with #529905

Text Example


Text Example

White with #529905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529905; }

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

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

background-color css

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

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

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

border-color css

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

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

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