#62951F

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

Shades of Limeade #62951F

Tints of Limeade #62951F

Color information

#62951F (or 0x62951F) is unknown color: approx Limeade. HEX triplet: 62, 95 and 1F. RGB value is (98,149,31). Sum of RGB (Red+Green+Blue) = 98+149+31=278 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.25% from 278); Green value is 149 (58.59% from 255 or 53.60% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 149 - color contains mainly: green. Hex color #62951F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62951F is #9D6AE0. Grayscale: #787878. Windows color (decimal): -10316513 or 2069858. OLE color: 2069858.

HSL color Cylindrical-coordinate representation of color #62951F: hue angle of 85.93º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #62951F is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB9814931-
CMYK0.3400.790.42
HSL85.93º65.56%35.29%-
HSV(B)85.93º79.19%58.43%-
XYZ16.0324.195.12-
YUV120.377.6112.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.25%
GREEN value IS 149 (58.59% from 255) = 53.60%
BLUE value IS 31 (12.5% from 255) = 11.15%
R=35.25%
G=53.60%
B=11.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal98149310.3400.790.4285.9365.5635.29
Hex62951F2204F2A564223
Octal142225374201175212610243
Binary110001010010101111111000100100111110101010101101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62951F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62951F; }

 p { color: rgb(98,149,31); }

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

<style>
 a { background-color: #62951F; }

 a { background-color: rgb(98,149,31); }

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

<style>
 span { border-color: #62951F; }

 span { border-color: rgb(98,149,31); }

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