Html Css Color HEX #529006 Limeade

📋 copy color: '#529006'

red 82 ◦ green 144 ◦ blue 6

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

Shades of Limeade #529006

Tints of Limeade #529006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.59%

R = 35.34%
G = 62.07%
B = 2.59%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#529006 (or 0x529006) is known color: Limeade. HEX triplet: 52, 90 and 06. RGB value is (82,144,6). Sum of RGB (Red+Green+Blue) = 82+144+6=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 144 (56.64% from 255 or 62.07% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 144 - color contains mainly: green. Hex color #529006 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529006 is #AD6FF9. Grayscale: #6E6E6E. Windows color (decimal): -11366394 or 430162. OLE color: 430162.

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

Color convert

RGB 82 144 6 -
CMYK 0.43 0 0.96 0.44
HSL 86.96º 0.92% 0.29% -
HSV(B) 86.96º 0.96% 0.56% -
XYZ 13.49 21.75 3.66 -
YUV 109.73 69.46 108.22 -
System Red Green Blue C M Y K H S L
Decimal 82 144 6 0.43 0 0.96 0.44 86.96 0.92 0.29
Hex 52 90 6 2B 0 60 2C 57 5C 1D
Octal 122 220 6 53 0 140 54 127 134 35
Binary 1010010 10010000 110 101011 0 1100000 101100 1010111 1011100 11101

Color Harmonies of #529006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529006

Black with #529006

Text Example


Text Example

White with #529006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529006; }

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

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

background-color css

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

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

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

border-color css

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

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

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