#65983B

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

Shades of Limeade #65983B

Tints of Limeade #65983B

Color information

#65983B (or 0x65983B) is unknown color: approx Limeade. HEX triplet: 65, 98 and 3B. RGB value is (101,152,59). Sum of RGB (Red+Green+Blue) = 101+152+59=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 152 (59.77% from 255 or 48.72% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 152 - color contains mainly: green. Hex color #65983B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65983B is #9A67C4. Grayscale: #7E7E7E. Windows color (decimal): -10119109 or 3905637. OLE color: 3905637.

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

Color convert

RGB10115259-
CMYK0.3400.610.40
HSL92.9º44.08%41.37%-
HSV(B)92.9º61.18%59.61%-
XYZ17.3825.548.15-
YUV126.1590.1110.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.37%
GREEN value IS 152 (59.77% from 255) = 48.72%
BLUE value IS 59 (23.44% from 255) = 18.91%
R=32.37%
G=48.72%
B=18.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal101152590.3400.610.4092.944.0841.37
Hex65983B2203D285d2c29
Octal1452307342075501355451
Binary11001011001100011101110001001111011010001011101101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65983B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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