#61941B

Color #61941B Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #61941B

Tints of Limeade #61941B

Color information

#61941B (or 0x61941B) is unknown color: approx Limeade. HEX triplet: 61, 94 and 1B. RGB value is (97,148,27). Sum of RGB (Red+Green+Blue) = 97+148+27=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 148 (58.20% from 255 or 54.41% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 148 - color contains mainly: green. Hex color #61941B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61941B is #9E6BE4. Grayscale: #777777. Windows color (decimal): -10382309 or 1807457. OLE color: 1807457.

HSL color Cylindrical-coordinate representation of color #61941B: hue angle of 85.29º degrees, saturation: 0.69, 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 #61941B is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB9714827-
CMYK0.3400.820.42
HSL85.29º69.14%34.31%-
HSV(B)85.29º81.76%58.04%-
XYZ15.7223.84.8-
YUV118.9676.1112.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.66%
GREEN value IS 148 (58.20% from 255) = 54.41%
BLUE value IS 27 (10.94% from 255) = 9.93%
R=35.66%
G=54.41%
B=9.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97148270.3400.820.4285.2969.1434.31
Hex61941B220522A554522
Octal141224334201225212510542
Binary110000110010100110111000100101001010101010101011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61941B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #61941B;
 }
 .AnyTagClassName
 {
   color: #61941B;
 }
</style>
background-color css

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

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

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

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

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

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