#659825

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

Shades of Limeade #659825

Tints of Limeade #659825

Color information

#659825 (or 0x659825) is unknown color: approx Limeade. HEX triplet: 65, 98 and 25. RGB value is (101,152,37). Sum of RGB (Red+Green+Blue) = 101+152+37=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 152 (59.77% from 255 or 52.41% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 152 - color contains mainly: green. Hex color #659825 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659825 is #9A67DA. Grayscale: #7C7C7C. Windows color (decimal): -10119131 or 2463845. OLE color: 2463845.

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

Color convert

RGB10115237-
CMYK0.3400.760.40
HSL86.61º60.85%37.06%-
HSV(B)86.61º75.66%59.61%-
XYZ16.9325.365.75-
YUV123.6479.1111.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.83%
GREEN value IS 152 (59.77% from 255) = 52.41%
BLUE value IS 37 (14.84% from 255) = 12.76%
R=34.83%
G=52.41%
B=12.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal101152370.3400.760.4086.6160.8537.06
Hex6598252204C28573d25
Octal14523045420114501277545
Binary110010110011000100101100010010011001010001010111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659825; }

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

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

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

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

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

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

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

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