Html Css Color HEX #529225 Limeade

📋 copy color: '#529225'

red 82 ◦ green 146 ◦ blue 37

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

Shades of Limeade #529225

Tints of Limeade #529225

RGB

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

 GREEN value IS 146 (57.42% from 255) = 55.09%

 BLUE value IS 37 (14.84% from 255) = 13.96%

R = 30.94%
G = 55.09%
B = 13.96%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#529225 (or 0x529225) is known color: Limeade. HEX triplet: 52, 92 and 25. RGB value is (82,146,37). Sum of RGB (Red+Green+Blue) = 82+146+37=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 146 (57.42% from 255 or 55.09% from 265); Blue value is 37 (14.84% from 255 or 13.96% from 265); Max value from RGB is 146 - color contains mainly: green. Hex color #529225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529225 is #AD6DDA. Grayscale: #727272. Windows color (decimal): -11365851 or 2462290. OLE color: 2462290.

HSL color Cylindrical-coordinate representation of color #529225: hue angle of 95.23º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #529225 is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 146 37 -
CMYK 0.44 0 0.75 0.43
HSL 95.23º 0.6% 0.36% -
HSV(B) 95.23º 0.75% 0.57% -
XYZ 14.09 22.49 5.35 -
YUV 114.44 84.3 104.86 -
System Red Green Blue C M Y K H S L
Decimal 82 146 37 0.44 0 0.75 0.43 95.23 0.6 0.36
Hex 52 92 25 2C 0 4B 2B 5F 3C 24
Octal 122 222 45 54 0 113 53 137 74 44
Binary 1010010 10010010 100101 101100 0 1001011 101011 1011111 111100 100100

Color Harmonies of #529225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529225

Black with #529225

Text Example


Text Example

White with #529225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529225; }

 p { color: rgb(82,146,37); }

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

background-color css

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

 a { background-color: rgb(82,146,37); }

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

border-color css

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

 span { border-color: rgb(82,146,37); }

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