Html Css Color HEX #61A037 Limeade

📋 copy color: '#61A037'

red 97 ◦ green 160 ◦ blue 55

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

Shades of Limeade #61A037

Tints of Limeade #61A037

RGB

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

 GREEN value IS 160 (62.89% from 255) = 51.28%

 BLUE value IS 55 (21.88% from 255) = 17.63%

R = 31.09%
G = 51.28%
B = 17.63%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#61A037 (or 0x61A037) is known color: Limeade. HEX triplet: 61, A0 and 37. RGB value is (97,160,55). Sum of RGB (Red+Green+Blue) = 97+160+55=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 160 (62.89% from 255 or 51.28% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 160 - color contains mainly: green. Hex color #61A037 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A037 is #9E5FC8. Grayscale: #818181. Windows color (decimal): -10379209 or 3645537. OLE color: 3645537.

HSL color Cylindrical-coordinate representation of color #61A037: hue angle of 96º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #61A037 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB 97 160 55 -
CMYK 0.39 0 0.66 0.37
HSL 96º 0.49% 0.42% -
HSV(B) 96º 0.66% 0.63% -
XYZ 18.19 27.96 8.05 -
YUV 129.19 86.13 105.04 -
System Red Green Blue C M Y K H S L
Decimal 97 160 55 0.39 0 0.66 0.37 96 0.49 0.42
Hex 61 A0 37 27 0 42 25 60 31 2A
Octal 141 240 67 47 0 102 45 140 61 52
Binary 1100001 10100000 110111 100111 0 1000010 100101 1100000 110001 101010

Color Harmonies of #61A037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A037

Black with #61A037

Text Example


Text Example

White with #61A037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61A037; }

 p { color: rgb(97,160,55); }

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

background-color css

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

 a { background-color: rgb(97,160,55); }

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

border-color css

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

 span { border-color: rgb(97,160,55); }

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