#68E870

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

Shades of Pastel Green #68E870

Tints of Pastel Green #68E870

Color information

#68E870 (or 0x68E870) is unknown color: approx Pastel Green. HEX triplet: 68, E8 and 70. RGB value is (104,232,112). Sum of RGB (Red+Green+Blue) = 104+232+112=448 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.21% from 448); Green value is 232 (91.02% from 255 or 51.79% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 232 - color contains mainly: green. Hex color #68E870 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #68E870 is #97178F. Grayscale: #B4B4B4. Windows color (decimal): -9901968 or 7399528. OLE color: 7399528.

HSL color Cylindrical-coordinate representation of color #68E870: hue angle of 123.75º degrees, saturation: 0.74, 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 #68E870 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB104232112-
CMYK0.5500.520.09
HSL123.75º73.56%65.88%-
HSV(B)123.75º55.17%90.98%-
XYZ37.4961.8325.29-
YUV180.0589.5973.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.21%
GREEN value IS 232 (91.02% from 255) = 51.79%
BLUE value IS 112 (44.14% from 255) = 25%
R=23.21%
G=51.79%
B=25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1042321120.5500.520.09123.7573.5665.88
Hex68E8703703497c4a42
Octal1503501606706411174112102
Binary110100011101000111000011011101101001001111110010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,232,112); }

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

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

 a { background-color: rgb(104,232,112); }

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

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

 span { border-color: rgb(104,232,112); }

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