#529923

Color #529923 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #529923

Tints of Limeade #529923

Color information

#529923 (or 0x529923) is unknown color: approx Limeade. HEX triplet: 52, 99 and 23. RGB value is (82,153,35). Sum of RGB (Red+Green+Blue) = 82+153+35=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 153 (60.16% from 255 or 56.67% from 270); Blue value is 35 (14.06% from 255 or 12.96% from 270); Max value from RGB is 153 - color contains mainly: green. Hex color #529923 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529923 is #AD66DC. Grayscale: #767676. Windows color (decimal): -11364061 or 2333010. OLE color: 2333010.

HSL color Cylindrical-coordinate representation of color #529923: hue angle of 96.1º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #529923 is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.4.

Color convert

RGB8215335-
CMYK0.4600.770.4
HSL96.1º62.77%36.86%-
HSV(B)96.1º77.12%60%-
XYZ15.1724.75.56-
YUV118.3280.98102.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.37%
GREEN value IS 153 (60.16% from 255) = 56.67%
BLUE value IS 35 (14.06% from 255) = 12.96%
R=30.37%
G=56.67%
B=12.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82153350.4600.770.496.162.7736.86
Hex5299232E04D28603f25
Octal12223143560115501407745
Binary101001010011001100011101110010011011010001100000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529923; }

 p { color: rgb(82,153,35); }

 H1.HeaderClassName
 {
   color: #529923;
 }
 .AnyTagClassName
 {
   color: #529923;
 }
</style>
background-color css

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

 a { background-color: rgb(82,153,35); }

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

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

 span { border-color: rgb(82,153,35); }

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