#65983C

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

Shades of Limeade #65983C

Tints of Limeade #65983C

Color information

#65983C (or 0x65983C) is unknown color: approx Limeade. HEX triplet: 65, 98 and 3C. RGB value is (101,152,60). Sum of RGB (Red+Green+Blue) = 101+152+60=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 152 - color contains mainly: green. Hex color #65983C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65983C is #9A67C3. Grayscale: #7E7E7E. Windows color (decimal): -10119108 or 3971173. OLE color: 3971173.

HSL color Cylindrical-coordinate representation of color #65983C: hue angle of 93.26º degrees, saturation: 0.43, 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 #65983C is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB10115260-
CMYK0.3400.610.40
HSL93.26º43.4%41.57%-
HSV(B)93.26º60.53%59.61%-
XYZ17.4125.558.29-
YUV126.2690.6109.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.27%
GREEN value IS 152 (59.77% from 255) = 48.56%
BLUE value IS 60 (23.83% from 255) = 19.17%
R=32.27%
G=48.56%
B=19.17%

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
Decimal101152600.3400.610.4093.2643.441.57
Hex65983C2203D285d2b2a
Octal1452307442075501355352
Binary11001011001100011110010001001111011010001011101101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65983C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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