Html Css Color HEX #529904 Limeade

📋 copy color: '#529904'

red 82 ◦ green 153 ◦ blue 4

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

Shades of Limeade #529904

Tints of Limeade #529904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.67%

R = 34.31%
G = 64.02%
B = 1.67%

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

#529904 (or 0x529904) is known color: Limeade. HEX triplet: 52, 99 and 04. RGB value is (82,153,4). Sum of RGB (Red+Green+Blue) = 82+153+4=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 153 (60.16% from 255 or 64.02% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 153 - color contains mainly: green. Hex color #529904 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529904 is #AD66FB. Grayscale: #737373. Windows color (decimal): -11364092 or 301394. OLE color: 301394.

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

Color convert

RGB 82 153 4 -
CMYK 0.46 0 0.97 0.4
HSL 88.59º 0.95% 0.31% -
HSV(B) 88.59º 0.97% 0.6% -
XYZ 14.89 24.59 4.08 -
YUV 114.79 65.48 104.62 -
System Red Green Blue C M Y K H S L
Decimal 82 153 4 0.46 0 0.97 0.4 88.59 0.95 0.31
Hex 52 99 4 2E 0 61 28 59 5F 1F
Octal 122 231 4 56 0 141 50 131 137 37
Binary 1010010 10011001 100 101110 0 1100001 101000 1011001 1011111 11111

Color Harmonies of #529904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529904

Black with #529904

Text Example


Text Example

White with #529904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529904; }

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

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

background-color css

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

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

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

border-color css

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

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

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