Html Css Color HEX #529005 Limeade

📋 copy color: '#529005'

red 82 ◦ green 144 ◦ blue 5

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

Shades of Limeade #529005

Tints of Limeade #529005

RGB

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

 GREEN value IS 144 (56.64% from 255) = 62.34%

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

R = 35.5%
G = 62.34%
B = 2.16%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#529005 (or 0x529005) is known color: Limeade. HEX triplet: 52, 90 and 05. RGB value is (82,144,5). Sum of RGB (Red+Green+Blue) = 82+144+5=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 144 (56.64% from 255 or 62.34% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 144 - color contains mainly: green. Hex color #529005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529005 is #AD6FFA. Grayscale: #6E6E6E. Windows color (decimal): -11366395 or 364626. OLE color: 364626.

HSL color Cylindrical-coordinate representation of color #529005: hue angle of 86.76º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #529005 is Cyan = 0.43, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 144 5 -
CMYK 0.43 0 0.97 0.44
HSL 86.76º 0.93% 0.29% -
HSV(B) 86.76º 0.97% 0.56% -
XYZ 13.48 21.75 3.63 -
YUV 109.62 68.96 108.3 -
System Red Green Blue C M Y K H S L
Decimal 82 144 5 0.43 0 0.97 0.44 86.76 0.93 0.29
Hex 52 90 5 2B 0 61 2C 57 5D 1D
Octal 122 220 5 53 0 141 54 127 135 35
Binary 1010010 10010000 101 101011 0 1100001 101100 1010111 1011101 11101

Color Harmonies of #529005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529005

Black with #529005

Text Example


Text Example

White with #529005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529005; }

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

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

background-color css

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

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

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

border-color css

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

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

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