#68A835

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

Shades of Limeade #68A835

Tints of Limeade #68A835

Color information

#68A835 (or 0x68A835) is unknown color: approx Limeade. HEX triplet: 68, A8 and 35. RGB value is (104,168,53). Sum of RGB (Red+Green+Blue) = 104+168+53=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 168 (66.02% from 255 or 51.69% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 168 - color contains mainly: green. Hex color #68A835 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A835 is #9757CA. Grayscale: #888888. Windows color (decimal): -9918411 or 3516520. OLE color: 3516520.

HSL color Cylindrical-coordinate representation of color #68A835: hue angle of 93.39º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #68A835 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB10416853-
CMYK0.3800.680.34
HSL93.39º52.04%43.33%-
HSV(B)93.39º68.45%65.88%-
XYZ20.3531.218.32-
YUV135.7581.3105.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32%
GREEN value IS 168 (66.02% from 255) = 51.69%
BLUE value IS 53 (21.09% from 255) = 16.31%
R=32%
G=51.69%
B=16.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal104168530.3800.680.3493.3952.0443.33
Hex68A83526044225d342b
Octal15025065460104421356453
Binary110100010101000110101100110010001001000101011101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68A835; }

 p { color: rgb(104,168,53); }

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

<style>
 a { background-color: #68A835; }

 a { background-color: rgb(104,168,53); }

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

<style>
 span { border-color: #68A835; }

 span { border-color: rgb(104,168,53); }

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