#68F190

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

Shades of Pastel Green #68F190

Tints of Pastel Green #68F190

Color information

#68F190 (or 0x68F190) is unknown color: approx Pastel Green. HEX triplet: 68, F1 and 90. RGB value is (104,241,144). Sum of RGB (Red+Green+Blue) = 104+241+144=489 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.27% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #68F190 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F190 is #970E6F. Grayscale: #BDBDBD. Windows color (decimal): -9899632 or 9498984. OLE color: 9498984.

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

Color convert

RGB104241144-
CMYK0.5700.400.05
HSL137.52º83.03%67.65%-
HSV(B)137.52º56.85%94.51%-
XYZ42.267.8737.26-
YUV188.98102.6167.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.27%
GREEN value IS 241 (94.53% from 255) = 49.28%
BLUE value IS 144 (56.64% from 255) = 29.45%
R=21.27%
G=49.28%
B=29.45%

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
Decimal1042411440.5700.400.05137.5283.0367.65
Hex68F1903902858a5344
Octal150361220710505212123104
Binary1101000111100011001000011100101010001011000101010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,241,144); }

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

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

 a { background-color: rgb(104,241,144); }

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

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

 span { border-color: rgb(104,241,144); }

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