#6FED75

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

Shades of Pastel Green #6FED75

Tints of Pastel Green #6FED75

Color information

#6FED75 (or 0x6FED75) is unknown color: approx Pastel Green. HEX triplet: 6F, ED and 75. RGB value is (111,237,117). Sum of RGB (Red+Green+Blue) = 111+237+117=465 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.87% from 465); Green value is 237 (92.97% from 255 or 50.97% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 237 - color contains mainly: green. Hex color #6FED75 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6FED75 is #90128A. Grayscale: #BABABA. Windows color (decimal): -9441931 or 7728495. OLE color: 7728495.

HSL color Cylindrical-coordinate representation of color #6FED75: hue angle of 122.86º 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 #6FED75 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB111237117-
CMYK0.5300.510.07
HSL122.86º77.78%68.24%-
HSV(B)122.86º53.16%92.94%-
XYZ40.0565.2327.31-
YUV185.6589.2674.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.87%
GREEN value IS 237 (92.97% from 255) = 50.97%
BLUE value IS 117 (46.09% from 255) = 25.16%
R=23.87%
G=50.97%
B=25.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1112371170.5300.510.07122.8677.7868.24
Hex6FED753503377b4e44
Octal157355165650637173116104
Binary11011111110110111101011101010110011111111101110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FED75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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