Html Css Color HEX #61992E Limeade

📋 copy color: '#61992E'

red 97 ◦ green 153 ◦ blue 46

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

Shades of Limeade #61992E

Tints of Limeade #61992E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.54%

R = 32.77%
G = 51.69%
B = 15.54%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.70

 K value IS 0.4

RGB Variations

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

Color information

#61992E (or 0x61992E) is known color: Limeade. HEX triplet: 61, 99 and 2E. RGB value is (97,153,46). Sum of RGB (Red+Green+Blue) = 97+153+46=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 153 (60.16% from 255 or 51.69% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 153 - color contains mainly: green. Hex color #61992E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61992E is #9E66D1. Grayscale: #7C7C7C. Windows color (decimal): -10381010 or 3053921. OLE color: 3053921.

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

Color convert

RGB 97 153 46 -
CMYK 0.37 0 0.70 0.4
HSL 91.4º 0.54% 0.39% -
HSV(B) 91.4º 0.7% 0.6% -
XYZ 16.81 25.52 6.62 -
YUV 124.06 83.95 108.7 -
System Red Green Blue C M Y K H S L
Decimal 97 153 46 0.37 0 0.70 0.4 91.4 0.54 0.39
Hex 61 99 2E 25 0 46 28 5B 36 27
Octal 141 231 56 45 0 106 50 133 66 47
Binary 1100001 10011001 101110 100101 0 1000110 101000 1011011 110110 100111

Color Harmonies of #61992E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61992E

Black with #61992E

Text Example


Text Example

White with #61992E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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