#6DFA8C

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

Shades of Pastel Green #6DFA8C

Tints of Pastel Green #6DFA8C

Color information

#6DFA8C (or 0x6DFA8C) is unknown color: approx Pastel Green. HEX triplet: 6D, FA and 8C. RGB value is (109,250,140). Sum of RGB (Red+Green+Blue) = 109+250+140=499 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.84% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #6DFA8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DFA8C is #920573. Grayscale: #C3C3C3. Windows color (decimal): -9569652 or 9239149. OLE color: 9239149.

HSL color Cylindrical-coordinate representation of color #6DFA8C: hue angle of 133.19º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DFA8C is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB109250140-
CMYK0.5600.440.02
HSL133.19º93.38%70.39%-
HSV(B)133.19º56.4%98.04%-
XYZ45.2373.5236.62-
YUV195.396.7966.44-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.84%
GREEN value IS 250 (98.05% from 255) = 50.10%
BLUE value IS 140 (55.08% from 255) = 28.06%
R=21.84%
G=50.10%
B=28.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1092501400.5600.440.02133.1993.3870.39
Hex6DFA8C3802C2855d46
Octal155372214700542205135106
Binary110110111111010100011001110000101100101000010110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DFA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6DFA8C; }

 p { color: rgb(109,250,140); }

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

<style>
 a { background-color: #6DFA8C; }

 a { background-color: rgb(109,250,140); }

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

<style>
 span { border-color: #6DFA8C; }

 span { border-color: rgb(109,250,140); }

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