#61951D

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

Shades of Limeade #61951D

Tints of Limeade #61951D

Color information

#61951D (or 0x61951D) is unknown color: approx Limeade. HEX triplet: 61, 95 and 1D. RGB value is (97,149,29). Sum of RGB (Red+Green+Blue) = 97+149+29=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 149 (58.59% from 255 or 54.18% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 149 - color contains mainly: green. Hex color #61951D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61951D is #9E6AE2. Grayscale: #787878. Windows color (decimal): -10382051 or 1938785. OLE color: 1938785.

HSL color Cylindrical-coordinate representation of color #61951D: hue angle of 86º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #61951D is Cyan = 0.35, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB9714929-
CMYK0.3500.810.42
HSL86º67.42%34.9%-
HSV(B)86º80.54%58.43%-
XYZ15.924.124.98-
YUV119.7776.77111.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.27%
GREEN value IS 149 (58.59% from 255) = 54.18%
BLUE value IS 29 (11.72% from 255) = 10.55%
R=35.27%
G=54.18%
B=10.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97149290.3500.810.428667.4234.9
Hex61951D230512A564323
Octal141225354301215212610343
Binary110000110010101111011000110101000110101010101101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61951D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61951D; }

 p { color: rgb(97,149,29); }

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

<style>
 a { background-color: #61951D; }

 a { background-color: rgb(97,149,29); }

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

<style>
 span { border-color: #61951D; }

 span { border-color: rgb(97,149,29); }

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