#65993B

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

Shades of Limeade #65993B

Tints of Limeade #65993B

Color information

#65993B (or 0x65993B) is unknown color: approx Limeade. HEX triplet: 65, 99 and 3B. RGB value is (101,153,59). Sum of RGB (Red+Green+Blue) = 101+153+59=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #65993B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65993B is #9A66C4. Grayscale: #7F7F7F. Windows color (decimal): -10118853 or 3905893. OLE color: 3905893.

HSL color Cylindrical-coordinate representation of color #65993B: hue angle of 93.19º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #65993B is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB10115359-
CMYK0.3400.610.4
HSL93.19º44.34%41.57%-
HSV(B)93.19º61.44%60%-
XYZ17.5525.868.21-
YUV126.7489.77109.64-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.27%
GREEN value IS 153 (60.16% from 255) = 48.88%
BLUE value IS 59 (23.44% from 255) = 18.85%
R=32.27%
G=48.88%
B=18.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal101153590.3400.610.493.1944.3441.57
Hex65993B2203D285d2c2a
Octal1452317342075501355452
Binary11001011001100111101110001001111011010001011101101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65993B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65993B; }

 p { color: rgb(101,153,59); }

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

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

 a { background-color: rgb(101,153,59); }

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

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

 span { border-color: rgb(101,153,59); }

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