#619818

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

Shades of Limeade #619818

Tints of Limeade #619818

Color information

#619818 (or 0x619818) is unknown color: approx Limeade. HEX triplet: 61, 98 and 18. RGB value is (97,152,24). Sum of RGB (Red+Green+Blue) = 97+152+24=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 152 (59.77% from 255 or 55.68% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 152 - color contains mainly: green. Hex color #619818 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619818 is #9E67E7. Grayscale: #797979. Windows color (decimal): -10381288 or 1611873. OLE color: 1611873.

HSL color Cylindrical-coordinate representation of color #619818: hue angle of 85.78º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #619818 is Cyan = 0.36, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB9715224-
CMYK0.3600.840.40
HSL85.78º72.73%34.51%-
HSV(B)85.78º84.21%59.61%-
XYZ16.3225.064.84-
YUV120.9673.28110.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.53%
GREEN value IS 152 (59.77% from 255) = 55.68%
BLUE value IS 24 (9.77% from 255) = 8.79%
R=35.53%
G=55.68%
B=8.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal97152240.3600.840.4085.7872.7334.51
Hex6198182405428564923
Octal141230304401245012611143
Binary110000110011000110001001000101010010100010101101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619818; }

 p { color: rgb(97,152,24); }

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

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

 a { background-color: rgb(97,152,24); }

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

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

 span { border-color: rgb(97,152,24); }

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