Html Css Color HEX #529405 Limeade

📋 copy color: '#529405'

red 82 ◦ green 148 ◦ blue 5

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

Shades of Limeade #529405

Tints of Limeade #529405

RGB

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

 GREEN value IS 148 (58.2% from 255) = 62.98%

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

R = 34.89%
G = 62.98%
B = 2.13%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#529405 (or 0x529405) is known color: Limeade. HEX triplet: 52, 94 and 05. RGB value is (82,148,5). Sum of RGB (Red+Green+Blue) = 82+148+5=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 148 (58.20% from 255 or 62.98% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 148 - color contains mainly: green. Hex color #529405 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529405 is #AD6BFA. Grayscale: #707070. Windows color (decimal): -11365371 or 365650. OLE color: 365650.

HSL color Cylindrical-coordinate representation of color #529405: hue angle of 87.69º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #529405 is Cyan = 0.45, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 148 5 -
CMYK 0.45 0 0.97 0.42
HSL 87.69º 0.93% 0.3% -
HSV(B) 87.69º 0.97% 0.58% -
XYZ 14.1 22.98 3.84 -
YUV 111.96 67.63 106.63 -
System Red Green Blue C M Y K H S L
Decimal 82 148 5 0.45 0 0.97 0.42 87.69 0.93 0.3
Hex 52 94 5 2D 0 61 2A 58 5D 1E
Octal 122 224 5 55 0 141 52 130 135 36
Binary 1010010 10010100 101 101101 0 1100001 101010 1011000 1011101 11110

Color Harmonies of #529405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529405

Black with #529405

Text Example


Text Example

White with #529405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529405; }

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

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

background-color css

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

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

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

border-color css

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

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

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