#65992D

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

Shades of Limeade #65992D

Tints of Limeade #65992D

Color information

#65992D (or 0x65992D) is unknown color: approx Limeade. HEX triplet: 65, 99 and 2D. RGB value is (101,153,45). Sum of RGB (Red+Green+Blue) = 101+153+45=299 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.78% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #65992D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65992D is #9A66D2. Grayscale: #7D7D7D. Windows color (decimal): -10118867 or 2988389. OLE color: 2988389.

HSL color Cylindrical-coordinate representation of color #65992D: hue angle of 88.89º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #65992D is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB10115345-
CMYK0.3400.710.4
HSL88.89º54.55%38.82%-
HSV(B)88.89º70.59%60%-
XYZ17.2325.746.54-
YUV125.1482.77110.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.78%
GREEN value IS 153 (60.16% from 255) = 51.17%
BLUE value IS 45 (17.97% from 255) = 15.05%
R=33.78%
G=51.17%
B=15.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal101153450.3400.710.488.8954.5538.82
Hex65992D2204728593727
Octal14523155420107501316747
Binary110010110011001101101100010010001111010001011001110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65992D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65992D; }

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

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

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

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

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

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

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

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