Html Css Color HEX #619620 Limeade

📋 copy color: '#619620'

red 97 ◦ green 150 ◦ blue 32

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

Shades of Limeade #619620

Tints of Limeade #619620

RGB

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

 GREEN value IS 150 (58.98% from 255) = 53.76%

 BLUE value IS 32 (12.89% from 255) = 11.47%

R = 34.77%
G = 53.76%
B = 11.47%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#619620 (or 0x619620) is known color: Limeade. HEX triplet: 61, 96 and 20. RGB value is (97,150,32). Sum of RGB (Red+Green+Blue) = 97+150+32=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 150 (58.98% from 255 or 53.76% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 150 - color contains mainly: green. Hex color #619620 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619620 is #9E69DF. Grayscale: #797979. Windows color (decimal): -10381792 or 2135649. OLE color: 2135649.

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

Color convert

RGB 97 150 32 -
CMYK 0.35 0 0.79 0.41
HSL 86.95º 0.65% 0.36% -
HSV(B) 86.95º 0.79% 0.59% -
XYZ 16.1 24.46 5.24 -
YUV 120.7 77.94 111.09 -
System Red Green Blue C M Y K H S L
Decimal 97 150 32 0.35 0 0.79 0.41 86.95 0.65 0.36
Hex 61 96 20 23 0 4F 29 57 41 24
Octal 141 226 40 43 0 117 51 127 101 44
Binary 1100001 10010110 100000 100011 0 1001111 101001 1010111 1000001 100100

Color Harmonies of #619620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619620

Black with #619620

Text Example


Text Example

White with #619620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619620; }

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

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

background-color css

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

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

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

border-color css

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

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

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