#68F492

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

Shades of Pastel Green #68F492

Tints of Pastel Green #68F492

Color information

#68F492 (or 0x68F492) is unknown color: approx Pastel Green. HEX triplet: 68, F4 and 92. RGB value is (104,244,146). Sum of RGB (Red+Green+Blue) = 104+244+146=494 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.05% from 494); Green value is 244 (95.70% from 255 or 49.39% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 244 - color contains mainly: green. Hex color #68F492 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F492 is #970B6D. Grayscale: #BFBFBF. Windows color (decimal): -9898862 or 9630824. OLE color: 9630824.

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

Color convert

RGB104244146-
CMYK0.5700.400.04
HSL138º86.42%68.24%-
HSV(B)138º57.38%95.69%-
XYZ43.2569.7238.37-
YUV190.97102.6265.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.05%
GREEN value IS 244 (95.70% from 255) = 49.39%
BLUE value IS 146 (57.42% from 255) = 29.55%
R=21.05%
G=49.39%
B=29.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1042441460.5700.400.0413886.4268.24
Hex68F4923902848a5644
Octal150364222710504212126104
Binary1101000111101001001001011100101010001001000101010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,244,146); }

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

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

 a { background-color: rgb(104,244,146); }

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

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

 span { border-color: rgb(104,244,146); }

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