Html Css Color HEX #529725 Limeade

📋 copy color: '#529725'

red 82 ◦ green 151 ◦ blue 37

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

Shades of Limeade #529725

Tints of Limeade #529725

RGB

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

 GREEN value IS 151 (59.38% from 255) = 55.93%

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

R = 30.37%
G = 55.93%
B = 13.7%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#529725 (or 0x529725) is known color: Limeade. HEX triplet: 52, 97 and 25. RGB value is (82,151,37). Sum of RGB (Red+Green+Blue) = 82+151+37=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 151 (59.38% from 255 or 55.93% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 151 - color contains mainly: green. Hex color #529725 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529725 is #AD68DA. Grayscale: #757575. Windows color (decimal): -11364571 or 2463570. OLE color: 2463570.

HSL color Cylindrical-coordinate representation of color #529725: hue angle of 96.32º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #529725 is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 151 37 -
CMYK 0.46 0 0.75 0.41
HSL 96.32º 0.61% 0.37% -
HSV(B) 96.32º 0.75% 0.59% -
XYZ 14.88 24.06 5.61 -
YUV 117.37 82.64 102.77 -
System Red Green Blue C M Y K H S L
Decimal 82 151 37 0.46 0 0.75 0.41 96.32 0.61 0.37
Hex 52 97 25 2E 0 4B 29 60 3D 25
Octal 122 227 45 56 0 113 51 140 75 45
Binary 1010010 10010111 100101 101110 0 1001011 101001 1100000 111101 100101

Color Harmonies of #529725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529725

Black with #529725

Text Example


Text Example

White with #529725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529725; }

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

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

background-color css

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

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

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

border-color css

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

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

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