Html Css Color HEX #61972C Limeade

📋 copy color: '#61972C'

red 97 ◦ green 151 ◦ blue 44

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

Shades of Limeade #61972C

Tints of Limeade #61972C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.07%

R = 33.22%
G = 51.71%
B = 15.07%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#61972C (or 0x61972C) is known color: Limeade. HEX triplet: 61, 97 and 2C. RGB value is (97,151,44). Sum of RGB (Red+Green+Blue) = 97+151+44=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 151 (59.38% from 255 or 51.71% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 151 - color contains mainly: green. Hex color #61972C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61972C is #9E68D3. Grayscale: #7B7B7B. Windows color (decimal): -10381524 or 2922337. OLE color: 2922337.

HSL color Cylindrical-coordinate representation of color #61972C: hue angle of 90.28º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #61972C is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 151 44 -
CMYK 0.36 0 0.71 0.41
HSL 90.28º 0.55% 0.38% -
HSV(B) 90.28º 0.71% 0.59% -
XYZ 16.45 24.86 6.31 -
YUV 122.66 83.61 109.7 -
System Red Green Blue C M Y K H S L
Decimal 97 151 44 0.36 0 0.71 0.41 90.28 0.55 0.38
Hex 61 97 2C 24 0 47 29 5A 37 26
Octal 141 227 54 44 0 107 51 132 67 46
Binary 1100001 10010111 101100 100100 0 1000111 101001 1011010 110111 100110

Color Harmonies of #61972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61972C

Black with #61972C

Text Example


Text Example

White with #61972C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61972C; }

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

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

background-color css

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

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

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

border-color css

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

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

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