#68DF85

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

Shades of Pastel Green #68DF85

Tints of Pastel Green #68DF85

Color information

#68DF85 (or 0x68DF85) is unknown color: approx Pastel Green. HEX triplet: 68, DF and 85. RGB value is (104,223,133). Sum of RGB (Red+Green+Blue) = 104+223+133=460 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.61% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 223 - color contains mainly: green. Hex color #68DF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DF85 is #97207A. Grayscale: #B1B1B1. Windows color (decimal): -9904251 or 8773480. OLE color: 8773480.

HSL color Cylindrical-coordinate representation of color #68DF85: hue angle of 134.62º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DF85 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB104223133-
CMYK0.5300.400.13
HSL134.62º65.03%64.12%-
HSV(B)134.62º53.36%87.45%-
XYZ36.3357.4131.36-
YUV177.16103.0875.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.61%
GREEN value IS 223 (87.5% from 255) = 48.48%
BLUE value IS 133 (52.34% from 255) = 28.91%
R=22.61%
G=48.48%
B=28.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1042231330.5300.400.13134.6265.0364.12
Hex68DF8535028D874140
Octal1503372056505015207101100
Binary11010001101111110000101110101010100011011000011110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,223,133); }

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

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

 a { background-color: rgb(104,223,133); }

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

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

 span { border-color: rgb(104,223,133); }

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