Html Css Color HEX #529B25 Limeade

📋 copy color: '#529B25'

red 82 ◦ green 155 ◦ blue 37

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

Shades of Limeade #529B25

Tints of Limeade #529B25

RGB

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

 GREEN value IS 155 (60.94% from 255) = 56.57%

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

R = 29.93%
G = 56.57%
B = 13.5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#529B25 (or 0x529B25) is known color: Limeade. HEX triplet: 52, 9B and 25. RGB value is (82,155,37). Sum of RGB (Red+Green+Blue) = 82+155+37=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 155 (60.94% from 255 or 56.57% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 155 - color contains mainly: green. Hex color #529B25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529B25 is #AD64DA. Grayscale: #787878. Windows color (decimal): -11363547 or 2464594. OLE color: 2464594.

HSL color Cylindrical-coordinate representation of color #529B25: hue angle of 97.12º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #529B25 is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 155 37 -
CMYK 0.47 0 0.76 0.39
HSL 97.12º 0.61% 0.38% -
HSV(B) 97.12º 0.76% 0.61% -
XYZ 15.53 25.37 5.83 -
YUV 119.72 81.32 101.09 -
System Red Green Blue C M Y K H S L
Decimal 82 155 37 0.47 0 0.76 0.39 97.12 0.61 0.38
Hex 52 9B 25 2F 0 4C 27 61 3D 26
Octal 122 233 45 57 0 114 47 141 75 46
Binary 1010010 10011011 100101 101111 0 1001100 100111 1100001 111101 100110

Color Harmonies of #529B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529B25

Black with #529B25

Text Example


Text Example

White with #529B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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