#6DF078

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

Shades of Pastel Green #6DF078

Tints of Pastel Green #6DF078

Color information

#6DF078 (or 0x6DF078) is unknown color: approx Pastel Green. HEX triplet: 6D, F0 and 78. RGB value is (109,240,120). Sum of RGB (Red+Green+Blue) = 109+240+120=469 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.24% from 469); Green value is 240 (94.14% from 255 or 51.17% from 469); Blue value is 120 (47.27% from 255 or 25.59% from 469); Max value from RGB is 240 - color contains mainly: green. Hex color #6DF078 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6DF078 is #920F87. Grayscale: #BBBBBB. Windows color (decimal): -9572232 or 7925869. OLE color: 7925869.

HSL color Cylindrical-coordinate representation of color #6DF078: hue angle of 125.04º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF078 is Cyan = 0.55, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB109240120-
CMYK0.5500.50.06
HSL125.04º81.37%68.43%-
HSV(B)125.04º54.58%94.12%-
XYZ40.8666.9328.53-
YUV187.1590.172.26-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.24%
GREEN value IS 240 (94.14% from 255) = 51.17%
BLUE value IS 120 (47.27% from 255) = 25.59%
R=23.24%
G=51.17%
B=25.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1092401200.5500.50.06125.0481.3768.43
Hex6DF0783703267d5144
Octal155360170670626175121104
Binary11011011111000011110001101110110010110111110110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DF078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,240,120); }

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

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

 a { background-color: rgb(109,240,120); }

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

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

 span { border-color: rgb(109,240,120); }

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