Html Css Color HEX #529F38 Limeade

📋 copy color: '#529F38'

red 82 ◦ green 159 ◦ blue 56

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

Shades of Limeade #529F38

Tints of Limeade #529F38

RGB

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

 GREEN value IS 159 (62.5% from 255) = 53.54%

 BLUE value IS 56 (22.27% from 255) = 18.86%

R = 27.61%
G = 53.54%
B = 18.86%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.65

 K value IS 0.38

RGB Variations

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

Color information

#529F38 (or 0x529F38) is known color: Limeade. HEX triplet: 52, 9F and 38. RGB value is (82,159,56). Sum of RGB (Red+Green+Blue) = 82+159+56=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 159 (62.5% from 255 or 53.54% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 159 - color contains mainly: green. Hex color #529F38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529F38 is #AD60C7. Grayscale: #7C7C7C. Windows color (decimal): -11362504 or 3710802. OLE color: 3710802.

HSL color Cylindrical-coordinate representation of color #529F38: hue angle of 104.85º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #529F38 is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 159 56 -
CMYK 0.48 0 0.65 0.38
HSL 104.85º 0.48% 0.42% -
HSV(B) 104.85º 0.65% 0.62% -
XYZ 16.59 26.88 8.05 -
YUV 124.24 89.49 97.88 -
System Red Green Blue C M Y K H S L
Decimal 82 159 56 0.48 0 0.65 0.38 104.85 0.48 0.42
Hex 52 9F 38 30 0 41 26 69 30 2A
Octal 122 237 70 60 0 101 46 151 60 52
Binary 1010010 10011111 111000 110000 0 1000001 100110 1101001 110000 101010

Color Harmonies of #529F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529F38

Black with #529F38

Text Example


Text Example

White with #529F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,159,56); }

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

background-color css

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

 a { background-color: rgb(82,159,56); }

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

border-color css

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

 span { border-color: rgb(82,159,56); }

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