#68F98C

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

Shades of Pastel Green #68F98C

Tints of Pastel Green #68F98C

Color information

#68F98C (or 0x68F98C) is unknown color: approx Pastel Green. HEX triplet: 68, F9 and 8C. RGB value is (104,249,140). Sum of RGB (Red+Green+Blue) = 104+249+140=493 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.10% from 493); Green value is 249 (97.66% from 255 or 50.51% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 249 - color contains mainly: green. Hex color #68F98C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F98C is #970673. Grayscale: #C1C1C1. Windows color (decimal): -9897588 or 9238888. OLE color: 9238888.

HSL color Cylindrical-coordinate representation of color #68F98C: hue angle of 134.9º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F98C is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB104249140-
CMYK0.5800.440.02
HSL134.9º92.36%69.22%-
HSV(B)134.9º58.23%97.65%-
XYZ44.3272.5936.49-
YUV193.2297.9664.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.10%
GREEN value IS 249 (97.66% from 255) = 50.51%
BLUE value IS 140 (55.08% from 255) = 28.40%
R=21.10%
G=50.51%
B=28.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1042491400.5800.440.02134.992.3669.22
Hex68F98C3A02C2875c45
Octal150371214720542207134105
Binary110100011111001100011001110100101100101000011110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,249,140); }

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

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

 a { background-color: rgb(104,249,140); }

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

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

 span { border-color: rgb(104,249,140); }

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