#68ef85

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

Shades of Pastel Green #68EF85

Tints of Pastel Green #68EF85

Color information

#68EF85 (or 0x68EF85) is unknown color: approx Pastel Green. HEX triplet: 68, EF and 85. RGB value is (104,239,133). Sum of RGB (Red+Green+Blue) = 104+239+133=476 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.85% from 476); Green value is 239 (93.75% from 255 or 50.21% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 239 - color contains mainly: green. Hex color #68EF85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EF85 is #97107A. Grayscale: #BABABA. Windows color (decimal): -9900155 or 8777576. OLE color: 8777576.

HSL color Cylindrical-coordinate representation of color #68EF85: hue angle of 132.89º 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 #68EF85 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB104239133-
CMYK0.5600.440.06
HSL132.89º80.84%67.25%-
HSV(B)132.89º56.49%93.73%-
XYZ40.8166.3732.85-
YUV186.5597.7769.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.85%
GREEN value IS 239 (93.75% from 255) = 50.21%
BLUE value IS 133 (52.34% from 255) = 27.94%
R=21.85%
G=50.21%
B=27.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1042391330.5600.440.06132.8980.8467.25
Hex68EF853802C6855143
Octal150357205700546205121103
Binary1101000111011111000010111100001011001101000010110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68ef85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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