#539922

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

Shades of Limeade #539922

Tints of Limeade #539922

Color information

#539922 (or 0x539922) is unknown color: approx Limeade. HEX triplet: 53, 99 and 22. RGB value is (83,153,34). Sum of RGB (Red+Green+Blue) = 83+153+34=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 153 (60.16% from 255 or 56.67% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 153 - color contains mainly: green. Hex color #539922 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539922 is #AC66DD. Grayscale: #767676. Windows color (decimal): -11298526 or 2267475. OLE color: 2267475.

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

Color convert

RGB8315334-
CMYK0.4600.780.4
HSL95.29º63.64%36.67%-
HSV(B)95.29º77.78%60%-
XYZ15.2524.745.48-
YUV118.580.31102.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.74%
GREEN value IS 153 (60.16% from 255) = 56.67%
BLUE value IS 34 (13.67% from 255) = 12.59%
R=30.74%
G=56.67%
B=12.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal83153340.4600.780.495.2963.6436.67
Hex5399222E04E285f4025
Octal123231425601165013710045
Binary1010011100110011000101011100100111010100010111111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539922; }

 p { color: rgb(83,153,34); }

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

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

 a { background-color: rgb(83,153,34); }

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

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

 span { border-color: rgb(83,153,34); }

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