#68DF84

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

Shades of Pastel Green #68DF84

Tints of Pastel Green #68DF84

Color information

#68DF84 (or 0x68DF84) is unknown color: approx Pastel Green. HEX triplet: 68, DF and 84. RGB value is (104,223,132). Sum of RGB (Red+Green+Blue) = 104+223+132=459 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.66% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 132 (51.95% from 255 or 28.76% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #68DF84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DF84 is #97207B. Grayscale: #B1B1B1. Windows color (decimal): -9904252 or 8707944. OLE color: 8707944.

HSL color Cylindrical-coordinate representation of color #68DF84: hue angle of 134.12º 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 #68DF84 is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB104223132-
CMYK0.5300.410.13
HSL134.12º65.03%64.12%-
HSV(B)134.12º53.36%87.45%-
XYZ36.2657.3830.99-
YUV177.04102.5875.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.66%
GREEN value IS 223 (87.5% from 255) = 48.58%
BLUE value IS 132 (51.95% from 255) = 28.76%
R=22.66%
G=48.58%
B=28.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1042231320.5300.410.13134.1265.0364.12
Hex68DF8435029D864140
Octal1503372046505115206101100
Binary11010001101111110000100110101010100111011000011010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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