Html Css Color HEX #61973D Limeade

📋 copy color: '#61973D'

red 97 ◦ green 151 ◦ blue 61

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

Shades of Limeade #61973D

Tints of Limeade #61973D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.74%

R = 31.39%
G = 48.87%
B = 19.74%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.60

 K value IS 0.41

RGB Variations

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

Color information

#61973D (or 0x61973D) is known color: Limeade. HEX triplet: 61, 97 and 3D. RGB value is (97,151,61). Sum of RGB (Red+Green+Blue) = 97+151+61=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 151 (59.38% from 255 or 48.87% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 151 - color contains mainly: green. Hex color #61973D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61973D is #9E68C2. Grayscale: #7C7C7C. Windows color (decimal): -10381507 or 4036449. OLE color: 4036449.

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

Color convert

RGB 97 151 61 -
CMYK 0.36 0 0.60 0.41
HSL 96º 0.42% 0.42% -
HSV(B) 96º 0.6% 0.59% -
XYZ 16.84 25.01 8.36 -
YUV 124.59 92.11 108.32 -
System Red Green Blue C M Y K H S L
Decimal 97 151 61 0.36 0 0.60 0.41 96 0.42 0.42
Hex 61 97 3D 24 0 3C 29 60 2A 2A
Octal 141 227 75 44 0 74 51 140 52 52
Binary 1100001 10010111 111101 100100 0 111100 101001 1100000 101010 101010

Color Harmonies of #61973D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61973D

Black with #61973D

Text Example


Text Example

White with #61973D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61973D; }

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

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

background-color css

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

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

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

border-color css

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

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

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