Html Css Color HEX #529427 Limeade

📋 copy color: '#529427'

red 82 ◦ green 148 ◦ blue 39

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

Shades of Limeade #529427

Tints of Limeade #529427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.5%

R = 30.48%
G = 55.02%
B = 14.5%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#529427 (or 0x529427) is known color: Limeade. HEX triplet: 52, 94 and 27. RGB value is (82,148,39). Sum of RGB (Red+Green+Blue) = 82+148+39=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 148 (58.20% from 255 or 55.02% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 148 - color contains mainly: green. Hex color #529427 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529427 is #AD6BD8. Grayscale: #747474. Windows color (decimal): -11365337 or 2593874. OLE color: 2593874.

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

Color convert

RGB 82 148 39 -
CMYK 0.45 0 0.74 0.42
HSL 96.33º 0.58% 0.37% -
HSV(B) 96.33º 0.74% 0.58% -
XYZ 14.44 23.12 5.62 -
YUV 115.84 84.63 103.86 -
System Red Green Blue C M Y K H S L
Decimal 82 148 39 0.45 0 0.74 0.42 96.33 0.58 0.37
Hex 52 94 27 2D 0 4A 2A 60 3A 25
Octal 122 224 47 55 0 112 52 140 72 45
Binary 1010010 10010100 100111 101101 0 1001010 101010 1100000 111010 100101

Color Harmonies of #529427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529427

Black with #529427

Text Example


Text Example

White with #529427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529427; }

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

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

background-color css

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

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

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

border-color css

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

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

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