#68E772

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

Shades of Pastel Green #68E772

Tints of Pastel Green #68E772

Color information

#68E772 (or 0x68E772) is unknown color: approx Pastel Green. HEX triplet: 68, E7 and 72. RGB value is (104,231,114). Sum of RGB (Red+Green+Blue) = 104+231+114=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 231 (90.62% from 255 or 51.45% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 231 - color contains mainly: green. Hex color #68E772 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #68E772 is #97188D. Grayscale: #B4B4B4. Windows color (decimal): -9902222 or 7530344. OLE color: 7530344.

HSL color Cylindrical-coordinate representation of color #68E772: hue angle of 124.72º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E772 is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB104231114-
CMYK0.5500.510.09
HSL124.72º72.57%65.69%-
HSV(B)124.72º54.98%90.59%-
XYZ37.3261.3125.79-
YUV179.6990.9274.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.16%
GREEN value IS 231 (90.62% from 255) = 51.45%
BLUE value IS 114 (44.92% from 255) = 25.39%
R=23.16%
G=51.45%
B=25.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1042311140.5500.510.09124.7272.5765.69
Hex68E7723703397d4942
Octal1503471626706311175111102
Binary110100011100111111001011011101100111001111110110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,231,114); }

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

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

 a { background-color: rgb(104,231,114); }

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

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

 span { border-color: rgb(104,231,114); }

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