Html Css Color HEX #61941A Limeade

📋 copy color: '#61941A'

red 97 ◦ green 148 ◦ blue 26

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

Shades of Limeade #61941A

Tints of Limeade #61941A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 54.61%

 BLUE value IS 26 (10.55% from 255) = 9.59%

R = 35.79%
G = 54.61%
B = 9.59%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#61941A (or 0x61941A) is known color: Limeade. HEX triplet: 61, 94 and 1A. RGB value is (97,148,26). Sum of RGB (Red+Green+Blue) = 97+148+26=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 148 (58.20% from 255 or 54.61% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 148 - color contains mainly: green. Hex color #61941A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61941A is #9E6BE5. Grayscale: #777777. Windows color (decimal): -10382310 or 1741921. OLE color: 1741921.

HSL color Cylindrical-coordinate representation of color #61941A: hue angle of 85.08º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #61941A is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 148 26 -
CMYK 0.34 0 0.82 0.42
HSL 85.08º 0.7% 0.34% -
HSV(B) 85.08º 0.82% 0.58% -
XYZ 15.71 23.8 4.74 -
YUV 118.84 75.6 112.42 -
System Red Green Blue C M Y K H S L
Decimal 97 148 26 0.34 0 0.82 0.42 85.08 0.7 0.34
Hex 61 94 1A 22 0 52 2A 55 46 22
Octal 141 224 32 42 0 122 52 125 106 42
Binary 1100001 10010100 11010 100010 0 1010010 101010 1010101 1000110 100010

Color Harmonies of #61941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61941A

Black with #61941A

Text Example


Text Example

White with #61941A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,148,26); }

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

background-color css

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

 a { background-color: rgb(97,148,26); }

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

border-color css

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

 span { border-color: rgb(97,148,26); }

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