#68EE95

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

Shades of Pastel Green #68EE95

Tints of Pastel Green #68EE95

Color information

#68EE95 (or 0x68EE95) is unknown color: approx Pastel Green. HEX triplet: 68, EE and 95. RGB value is (104,238,149). Sum of RGB (Red+Green+Blue) = 104+238+149=491 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.18% from 491); Green value is 238 (93.36% from 255 or 48.47% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 238 - color contains mainly: green. Hex color #68EE95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EE95 is #97116A. Grayscale: #BCBCBC. Windows color (decimal): -9900395 or 9825896. OLE color: 9825896.

HSL color Cylindrical-coordinate representation of color #68EE95: hue angle of 140.15º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EE95 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB104238149-
CMYK0.5600.370.07
HSL140.15º79.76%67.06%-
HSV(B)140.15º56.3%93.33%-
XYZ41.7166.2639.03-
YUV187.79106.1168.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.18%
GREEN value IS 238 (93.36% from 255) = 48.47%
BLUE value IS 149 (58.59% from 255) = 30.35%
R=21.18%
G=48.47%
B=30.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1042381490.5600.370.07140.1579.7667.06
Hex68EE953802578c5043
Octal150356225700457214120103
Binary1101000111011101001010111100001001011111000110010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68EE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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