#68F395

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

Shades of Pastel Green #68F395

Tints of Pastel Green #68F395

Color information

#68F395 (or 0x68F395) is unknown color: approx Pastel Green. HEX triplet: 68, F3 and 95. RGB value is (104,243,149). Sum of RGB (Red+Green+Blue) = 104+243+149=496 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.97% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 243 - color contains mainly: green. Hex color #68F395 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F395 is #970C6A. Grayscale: #BEBEBE. Windows color (decimal): -9899115 or 9827176. OLE color: 9827176.

HSL color Cylindrical-coordinate representation of color #68F395: hue angle of 139.42º 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 #68F395 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB104243149-
CMYK0.5700.390.05
HSL139.42º85.28%68.04%-
HSV(B)139.42º57.2%95.29%-
XYZ43.1869.2139.52-
YUV190.72104.4566.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.97%
GREEN value IS 243 (95.31% from 255) = 48.99%
BLUE value IS 149 (58.59% from 255) = 30.04%
R=20.97%
G=48.99%
B=30.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1042431490.5700.390.05139.4285.2868.04
Hex68F3953902758b5544
Octal150363225710475213125104
Binary1101000111100111001010111100101001111011000101110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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