#539207

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

Shades of Limeade #539207

Tints of Limeade #539207

Color information

#539207 (or 0x539207) is unknown color: approx Limeade. HEX triplet: 53, 92 and 07. RGB value is (83,146,7). Sum of RGB (Red+Green+Blue) = 83+146+7=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 146 (57.42% from 255 or 61.86% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 146 - color contains mainly: green. Hex color #539207 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #539207 is #AC6DF8. Grayscale: #6F6F6F. Windows color (decimal): -11300345 or 496211. OLE color: 496211.

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

Color convert

RGB831467-
CMYK0.4300.950.43
HSL87.19º90.85%30%-
HSV(B)87.19º95.21%57.25%-
XYZ13.8822.413.8-
YUV111.3269.13107.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.17%
GREEN value IS 146 (57.42% from 255) = 61.86%
BLUE value IS 7 (3.12% from 255) = 2.97%
R=35.17%
G=61.86%
B=2.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8314670.4300.950.4387.1990.8530
Hex539272B05F2B575b1e
Octal12322275301375312713336
Binary101001110010010111101011010111111010111010111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539207; }

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

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

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

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

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

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

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

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