Html Css Color HEX #61973A Limeade

📋 copy color: '#61973A'

red 97 ◦ green 151 ◦ blue 58

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

Shades of Limeade #61973A

Tints of Limeade #61973A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.95%

R = 31.7%
G = 49.35%
B = 18.95%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.62

 K value IS 0.41

RGB Variations

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

Color information

#61973A (or 0x61973A) is known color: Limeade. HEX triplet: 61, 97 and 3A. RGB value is (97,151,58). Sum of RGB (Red+Green+Blue) = 97+151+58=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 151 (59.38% from 255 or 49.35% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 151 - color contains mainly: green. Hex color #61973A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61973A is #9E68C5. Grayscale: #7C7C7C. Windows color (decimal): -10381510 or 3839841. OLE color: 3839841.

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

Color convert

RGB 97 151 58 -
CMYK 0.36 0 0.62 0.41
HSL 94.84º 0.44% 0.41% -
HSV(B) 94.84º 0.62% 0.59% -
XYZ 16.76 24.98 7.94 -
YUV 124.25 90.61 108.56 -
System Red Green Blue C M Y K H S L
Decimal 97 151 58 0.36 0 0.62 0.41 94.84 0.44 0.41
Hex 61 97 3A 24 0 3E 29 5F 2C 29
Octal 141 227 72 44 0 76 51 137 54 51
Binary 1100001 10010111 111010 100100 0 111110 101001 1011111 101100 101001

Color Harmonies of #61973A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61973A

Black with #61973A

Text Example


Text Example

White with #61973A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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