Html Css Color HEX #619740 Limeade

📋 copy color: '#619740'

red 97 ◦ green 151 ◦ blue 64

#619740
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #619740

Tints of Limeade #619740

RGB

 RED value IS 97 (38.28% from 255) = 31.09%

 GREEN value IS 151 (59.38% from 255) = 48.4%

 BLUE value IS 64 (25.39% from 255) = 20.51%

R = 31.09%
G = 48.4%
B = 20.51%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#619740 (or 0x619740) is known color: Limeade. HEX triplet: 61, 97 and 40. RGB value is (97,151,64). Sum of RGB (Red+Green+Blue) = 97+151+64=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 151 (59.38% from 255 or 48.40% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 151 - color contains mainly: green. Hex color #619740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619740 is #9E68BF. Grayscale: #7D7D7D. Windows color (decimal): -10381504 or 4233057. OLE color: 4233057.

HSL color Cylindrical-coordinate representation of color #619740: hue angle of 97.24º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #619740 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 151 64 -
CMYK 0.36 0 0.58 0.41
HSL 97.24º 0.4% 0.42% -
HSV(B) 97.24º 0.58% 0.59% -
XYZ 16.92 25.04 8.79 -
YUV 124.94 93.61 108.07 -
System Red Green Blue C M Y K H S L
Decimal 97 151 64 0.36 0 0.58 0.41 97.24 0.4 0.42
Hex 61 97 40 24 0 3A 29 61 28 2A
Octal 141 227 100 44 0 72 51 141 50 52
Binary 1100001 10010111 1000000 100100 0 111010 101001 1100001 101000 101010

Color Harmonies of #619740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619740

Black with #619740

Text Example


Text Example

White with #619740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619740; }

 p { color: rgb(97,151,64); }

 H1.HeaderClassName
 {
   color: #619740;
 }
 .AnyTagClassName
 {
   color: #619740;
 }
</style>

background-color css

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

 a { background-color: rgb(97,151,64); }

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

border-color css

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

 span { border-color: rgb(97,151,64); }

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