#539400

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

Shades of Limeade #539400

Tints of Limeade #539400

Color information

#539400 (or 0x539400) is unknown color: approx Limeade. HEX triplet: 53, 94 and 00. RGB value is (83,148,0). Sum of RGB (Red+Green+Blue) = 83+148+0=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 148 (58.20% from 255 or 64.07% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 148 - color contains mainly: green. Hex color #539400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #539400 is #AC6BFF. Grayscale: #707070. Windows color (decimal): -11299840 or 37971. OLE color: 37971.

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

Color convert

RGB831480-
CMYK0.44010.42
HSL86.35º100%29.02%-
HSV(B)86.35º100%58.04%-
XYZ14.1623.023.7-
YUV111.6964.97107.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.93%
GREEN value IS 148 (58.20% from 255) = 64.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=35.93%
G=64.07%
B=0%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8314800.44010.4286.3510029.02
Hex539402C0642A56641d
Octal12322405401445212614435
Binary1010011100101000101100011001001010101010110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539400; }

 p { color: rgb(83,148,0); }

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

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

 a { background-color: rgb(83,148,0); }

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

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

 span { border-color: rgb(83,148,0); }

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