#68EF95

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

Shades of Pastel Green #68EF95

Tints of Pastel Green #68EF95

Color information

#68EF95 (or 0x68EF95) is unknown color: approx Pastel Green. HEX triplet: 68, EF and 95. RGB value is (104,239,149). Sum of RGB (Red+Green+Blue) = 104+239+149=492 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.14% from 492); Green value is 239 (93.75% from 255 or 48.58% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 239 - color contains mainly: green. Hex color #68EF95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EF95 is #97106A. Grayscale: #BCBCBC. Windows color (decimal): -9900139 or 9826152. OLE color: 9826152.

HSL color Cylindrical-coordinate representation of color #68EF95: hue angle of 140º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EF95 is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB104239149-
CMYK0.5600.380.06
HSL140º80.84%67.25%-
HSV(B)140º56.49%93.73%-
XYZ4266.8539.12-
YUV188.37105.7767.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.14%
GREEN value IS 239 (93.75% from 255) = 48.58%
BLUE value IS 149 (58.59% from 255) = 30.28%
R=21.14%
G=48.58%
B=30.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1042391490.5600.380.0614080.8467.25
Hex68EF953802668c5143
Octal150357225700466214121103
Binary1101000111011111001010111100001001101101000110010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68EF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,239,149); }

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

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

 a { background-color: rgb(104,239,149); }

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

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

 span { border-color: rgb(104,239,149); }

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