#67983B

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

Shades of Limeade #67983B

Tints of Limeade #67983B

Color information

#67983B (or 0x67983B) is unknown color: approx Limeade. HEX triplet: 67, 98 and 3B. RGB value is (103,152,59). Sum of RGB (Red+Green+Blue) = 103+152+59=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 152 - color contains mainly: green. Hex color #67983B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67983B is #9867C4. Grayscale: #7F7F7F. Windows color (decimal): -9988037 or 3905639. OLE color: 3905639.

HSL color Cylindrical-coordinate representation of color #67983B: hue angle of 91.61º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #67983B is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB10315259-
CMYK0.3200.610.40
HSL91.61º44.08%41.37%-
HSV(B)91.61º61.18%59.61%-
XYZ17.6125.668.16-
YUV126.7589.77111.06-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.80%
GREEN value IS 152 (59.77% from 255) = 48.41%
BLUE value IS 59 (23.44% from 255) = 18.79%
R=32.80%
G=48.41%
B=18.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal103152590.3200.610.4091.6144.0841.37
Hex67983B2003D285c2c29
Octal1472307340075501345451
Binary11001111001100011101110000001111011010001011100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67983B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,152,59); }

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

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

 a { background-color: rgb(103,152,59); }

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

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

 span { border-color: rgb(103,152,59); }

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