#65982C

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

Shades of Limeade #65982C

Tints of Limeade #65982C

Color information

#65982C (or 0x65982C) is unknown color: approx Limeade. HEX triplet: 65, 98 and 2C. RGB value is (101,152,44). Sum of RGB (Red+Green+Blue) = 101+152+44=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 152 (59.77% from 255 or 51.18% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 152 - color contains mainly: green. Hex color #65982C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65982C is #9A67D3. Grayscale: #7C7C7C. Windows color (decimal): -10119124 or 2922597. OLE color: 2922597.

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

Color convert

RGB10115244-
CMYK0.3400.710.40
HSL88.33º55.1%38.43%-
HSV(B)88.33º71.05%59.61%-
XYZ17.0525.416.39-
YUV124.4482.6111.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.01%
GREEN value IS 152 (59.77% from 255) = 51.18%
BLUE value IS 44 (17.58% from 255) = 14.81%
R=34.01%
G=51.18%
B=14.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal101152440.3400.710.4088.3355.138.43
Hex65982C2204728583726
Octal14523054420107501306746
Binary110010110011000101100100010010001111010001011000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65982C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65982C; }

 p { color: rgb(101,152,44); }

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

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

 a { background-color: rgb(101,152,44); }

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

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

 span { border-color: rgb(101,152,44); }

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