#68F095

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

Shades of Pastel Green #68F095

Tints of Pastel Green #68F095

Color information

#68F095 (or 0x68F095) is unknown color: approx Pastel Green. HEX triplet: 68, F0 and 95. RGB value is (104,240,149). Sum of RGB (Red+Green+Blue) = 104+240+149=493 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.10% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 240 - color contains mainly: green. Hex color #68F095 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F095 is #970F6A. Grayscale: #BDBDBD. Windows color (decimal): -9899883 or 9826408. OLE color: 9826408.

HSL color Cylindrical-coordinate representation of color #68F095: hue angle of 139.85º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F095 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB104240149-
CMYK0.5700.380.06
HSL139.85º81.93%67.45%-
HSV(B)139.85º56.67%94.12%-
XYZ42.2967.4339.22-
YUV188.96105.4467.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.10%
GREEN value IS 240 (94.14% from 255) = 48.68%
BLUE value IS 149 (58.59% from 255) = 30.22%
R=21.10%
G=48.68%
B=30.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1042401490.5700.380.06139.8581.9367.45
Hex68F0953902668c5243
Octal150360225710466214122103
Binary1101000111100001001010111100101001101101000110010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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