#6FED80

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

Shades of Pastel Green #6FED80

Tints of Pastel Green #6FED80

Color information

#6FED80 (or 0x6FED80) is unknown color: approx Pastel Green. HEX triplet: 6F, ED and 80. RGB value is (111,237,128). Sum of RGB (Red+Green+Blue) = 111+237+128=476 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.32% from 476); Green value is 237 (92.97% from 255 or 49.79% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 237 - color contains mainly: green. Hex color #6FED80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FED80 is #90127F. Grayscale: #BBBBBB. Windows color (decimal): -9441920 or 8449391. OLE color: 8449391.

HSL color Cylindrical-coordinate representation of color #6FED80: hue angle of 128.1º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FED80 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB111237128-
CMYK0.5300.460.07
HSL128.1º77.78%68.24%-
HSV(B)128.1º53.16%92.94%-
XYZ40.7465.5130.92-
YUV186.994.7673.86-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.32%
GREEN value IS 237 (92.97% from 255) = 49.79%
BLUE value IS 128 (50.39% from 255) = 26.89%
R=23.32%
G=49.79%
B=26.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1112371280.5300.460.07128.177.7868.24
Hex6FED803502E7804e44
Octal157355200650567200116104
Binary1101111111011011000000011010101011101111000000010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FED80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,237,128); }

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

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

 a { background-color: rgb(111,237,128); }

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

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

 span { border-color: rgb(111,237,128); }

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