#68E075

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

Shades of Pastel Green #68E075

Tints of Pastel Green #68E075

Color information

#68E075 (or 0x68E075) is unknown color: approx Pastel Green. HEX triplet: 68, E0 and 75. RGB value is (104,224,117). Sum of RGB (Red+Green+Blue) = 104+224+117=445 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.37% from 445); Green value is 224 (87.89% from 255 or 50.34% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 224 - color contains mainly: green. Hex color #68E075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68E075 is #971F8A. Grayscale: #B0B0B0. Windows color (decimal): -9904011 or 7725160. OLE color: 7725160.

HSL color Cylindrical-coordinate representation of color #68E075: hue angle of 126.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E075 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB104224117-
CMYK0.5400.480.12
HSL126.5º65.93%64.31%-
HSV(B)126.5º53.57%87.84%-
XYZ35.5857.5426.06-
YUV175.9294.7476.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.37%
GREEN value IS 224 (87.89% from 255) = 50.34%
BLUE value IS 117 (46.09% from 255) = 26.29%
R=23.37%
G=50.34%
B=26.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1042241170.5400.480.12126.565.9364.31
Hex68E07536030C7e4240
Octal1503401656606014176102100
Binary110100011100000111010111011001100001100111111010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,224,117); }

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

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

 a { background-color: rgb(104,224,117); }

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

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

 span { border-color: rgb(104,224,117); }

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