#539007

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

Shades of Limeade #539007

Tints of Limeade #539007

Color information

#539007 (or 0x539007) is unknown color: approx Limeade. HEX triplet: 53, 90 and 07. RGB value is (83,144,7). Sum of RGB (Red+Green+Blue) = 83+144+7=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 144 (56.64% from 255 or 61.54% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 144 - color contains mainly: green. Hex color #539007 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #539007 is #AC6FF8. Grayscale: #6E6E6E. Windows color (decimal): -11300857 or 495699. OLE color: 495699.

HSL color Cylindrical-coordinate representation of color #539007: hue angle of 86.72º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #539007 is Cyan = 0.42, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.44.

Color convert

RGB831447-
CMYK0.4200.950.44
HSL86.72º90.73%29.61%-
HSV(B)86.72º95.14%56.47%-
XYZ13.5821.83.69-
YUV110.1469.79108.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.47%
GREEN value IS 144 (56.64% from 255) = 61.54%
BLUE value IS 7 (3.12% from 255) = 2.99%
R=35.47%
G=61.54%
B=2.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8314470.4200.950.4486.7290.7329.61
Hex539072A05F2C575b1e
Octal12322075201375412713336
Binary101001110010000111101010010111111011001010111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539007; }

 p { color: rgb(83,144,7); }

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

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

 a { background-color: rgb(83,144,7); }

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

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

 span { border-color: rgb(83,144,7); }

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