#619630

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

Shades of Limeade #619630

Tints of Limeade #619630

Color information

#619630 (or 0x619630) is unknown color: approx Limeade. HEX triplet: 61, 96 and 30. RGB value is (97,150,48). Sum of RGB (Red+Green+Blue) = 97+150+48=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 150 (58.98% from 255 or 50.85% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 150 - color contains mainly: green. Hex color #619630 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619630 is #9E69CF. Grayscale: #7A7A7A. Windows color (decimal): -10381776 or 3184225. OLE color: 3184225.

HSL color Cylindrical-coordinate representation of color #619630: hue angle of 91.18º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #619630 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB9715048-
CMYK0.3500.680.41
HSL91.18º51.52%38.82%-
HSV(B)91.18º68%58.82%-
XYZ16.3724.576.68-
YUV122.5285.94109.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.88%
GREEN value IS 150 (58.98% from 255) = 50.85%
BLUE value IS 48 (19.14% from 255) = 16.27%
R=32.88%
G=50.85%
B=16.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal97150480.3500.680.4191.1851.5238.82
Hex61963023044295b3427
Octal14122660430104511336447
Binary110000110010110110000100011010001001010011011011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619630; }

 p { color: rgb(97,150,48); }

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

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

 a { background-color: rgb(97,150,48); }

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

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

 span { border-color: rgb(97,150,48); }

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