#68F68A

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

Shades of Pastel Green #68F68A

Tints of Pastel Green #68F68A

Color information

#68F68A (or 0x68F68A) is unknown color: approx Pastel Green. HEX triplet: 68, F6 and 8A. RGB value is (104,246,138). Sum of RGB (Red+Green+Blue) = 104+246+138=488 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.31% from 488); Green value is 246 (96.48% from 255 or 50.41% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 246 - color contains mainly: green. Hex color #68F68A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F68A is #970975. Grayscale: #BFBFBF. Windows color (decimal): -9898358 or 9107048. OLE color: 9107048.

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

Color convert

RGB104246138-
CMYK0.5800.440.04
HSL134.37º88.75%68.63%-
HSV(B)134.37º57.72%96.47%-
XYZ43.2570.6935.41-
YUV191.2397.9665.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.31%
GREEN value IS 246 (96.48% from 255) = 50.41%
BLUE value IS 138 (54.30% from 255) = 28.28%
R=21.31%
G=50.41%
B=28.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1042461380.5800.440.04134.3788.7568.63
Hex68F68A3A02C4865945
Octal150366212720544206131105
Binary1101000111101101000101011101001011001001000011010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,246,138); }

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

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

 a { background-color: rgb(104,246,138); }

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

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

 span { border-color: rgb(104,246,138); }

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