Html Css Color HEX #61992C Limeade

📋 copy color: '#61992C'

red 97 ◦ green 153 ◦ blue 44

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

Shades of Limeade #61992C

Tints of Limeade #61992C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 52.04%

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

R = 32.99%
G = 52.04%
B = 14.97%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#61992C (or 0x61992C) is known color: Limeade. HEX triplet: 61, 99 and 2C. RGB value is (97,153,44). Sum of RGB (Red+Green+Blue) = 97+153+44=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #61992C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61992C is #9E66D3. Grayscale: #7C7C7C. Windows color (decimal): -10381012 or 2922849. OLE color: 2922849.

HSL color Cylindrical-coordinate representation of color #61992C: hue angle of 90.83º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #61992C is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB 97 153 44 -
CMYK 0.37 0 0.71 0.4
HSL 90.83º 0.55% 0.39% -
HSV(B) 90.83º 0.71% 0.6% -
XYZ 16.78 25.51 6.42 -
YUV 123.83 82.95 108.86 -
System Red Green Blue C M Y K H S L
Decimal 97 153 44 0.37 0 0.71 0.4 90.83 0.55 0.39
Hex 61 99 2C 25 0 47 28 5B 37 27
Octal 141 231 54 45 0 107 50 133 67 47
Binary 1100001 10011001 101100 100101 0 1000111 101000 1011011 110111 100111

Color Harmonies of #61992C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61992C

Black with #61992C

Text Example


Text Example

White with #61992C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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