Html Css Color HEX #529428 Limeade

📋 copy color: '#529428'

red 82 ◦ green 148 ◦ blue 40

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

Shades of Limeade #529428

Tints of Limeade #529428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.81%

R = 30.37%
G = 54.81%
B = 14.81%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#529428 (or 0x529428) is known color: Limeade. HEX triplet: 52, 94 and 28. RGB value is (82,148,40). Sum of RGB (Red+Green+Blue) = 82+148+40=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 148 (58.20% from 255 or 54.81% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 148 - color contains mainly: green. Hex color #529428 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529428 is #AD6BD7. Grayscale: #747474. Windows color (decimal): -11365336 or 2659410. OLE color: 2659410.

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

Color convert

RGB 82 148 40 -
CMYK 0.45 0 0.73 0.42
HSL 96.67º 0.57% 0.37% -
HSV(B) 96.67º 0.73% 0.58% -
XYZ 14.45 23.13 5.71 -
YUV 115.95 85.13 103.78 -
System Red Green Blue C M Y K H S L
Decimal 82 148 40 0.45 0 0.73 0.42 96.67 0.57 0.37
Hex 52 94 28 2D 0 49 2A 61 39 25
Octal 122 224 50 55 0 111 52 141 71 45
Binary 1010010 10010100 101000 101101 0 1001001 101010 1100001 111001 100101

Color Harmonies of #529428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529428

Black with #529428

Text Example


Text Example

White with #529428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529428; }

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

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

background-color css

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

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

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

border-color css

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

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

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