#68F393

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

Shades of Pastel Green #68F393

Tints of Pastel Green #68F393

Color information

#68F393 (or 0x68F393) is unknown color: approx Pastel Green. HEX triplet: 68, F3 and 93. RGB value is (104,243,147). Sum of RGB (Red+Green+Blue) = 104+243+147=494 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.05% from 494); Green value is 243 (95.31% from 255 or 49.19% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 243 - color contains mainly: green. Hex color #68F393 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F393 is #970C6C. Grayscale: #BEBEBE. Windows color (decimal): -9899117 or 9696104. OLE color: 9696104.

HSL color Cylindrical-coordinate representation of color #68F393: hue angle of 138.56º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F393 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB104243147-
CMYK0.5700.400.05
HSL138.56º85.28%68.04%-
HSV(B)138.56º57.2%95.29%-
XYZ43.0369.1538.68-
YUV190.5103.4566.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.05%
GREEN value IS 243 (95.31% from 255) = 49.19%
BLUE value IS 147 (57.81% from 255) = 29.76%
R=21.05%
G=49.19%
B=29.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1042431470.5700.400.05138.5685.2868.04
Hex68F3933902858b5544
Octal150363223710505213125104
Binary1101000111100111001001111100101010001011000101110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,243,147); }

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

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

 a { background-color: rgb(104,243,147); }

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

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

 span { border-color: rgb(104,243,147); }

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