Html Css Color HEX #619940 Limeade

📋 copy color: '#619940'

red 97 ◦ green 153 ◦ blue 64

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

Shades of Limeade #619940

Tints of Limeade #619940

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.73%

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

R = 30.89%
G = 48.73%
B = 20.38%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#619940 (or 0x619940) is known color: Limeade. HEX triplet: 61, 99 and 40. RGB value is (97,153,64). Sum of RGB (Red+Green+Blue) = 97+153+64=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 153 - color contains mainly: green. Hex color #619940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619940 is #9E66BF. Grayscale: #7E7E7E. Windows color (decimal): -10380992 or 4233569. OLE color: 4233569.

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

Color convert

RGB 97 153 64 -
CMYK 0.37 0 0.58 0.4
HSL 97.75º 0.41% 0.43% -
HSV(B) 97.75º 0.58% 0.6% -
XYZ 17.25 25.69 8.9 -
YUV 126.11 92.95 107.24 -
System Red Green Blue C M Y K H S L
Decimal 97 153 64 0.37 0 0.58 0.4 97.75 0.41 0.43
Hex 61 99 40 25 0 3A 28 62 29 2B
Octal 141 231 100 45 0 72 50 142 51 53
Binary 1100001 10011001 1000000 100101 0 111010 101000 1100010 101001 101011

Color Harmonies of #619940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619940

Black with #619940

Text Example


Text Example

White with #619940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619940; }

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

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

background-color css

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

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

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

border-color css

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

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

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