#6FDC5E

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

Shades of Pastel Green #6FDC5E

Tints of Pastel Green #6FDC5E

Color information

#6FDC5E (or 0x6FDC5E) is unknown color: approx Pastel Green. HEX triplet: 6F, DC and 5E. RGB value is (111,220,94). Sum of RGB (Red+Green+Blue) = 111+220+94=425 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.12% from 425); Green value is 220 (86.33% from 255 or 51.76% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDC5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FDC5E is #9023A1. Grayscale: #ADADAD. Windows color (decimal): -9446306 or 6216815. OLE color: 6216815.

HSL color Cylindrical-coordinate representation of color #6FDC5E: hue angle of 111.9º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6FDC5E is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB11122094-
CMYK0.5000.570.14
HSL111.9º64.29%61.57%-
HSV(B)111.9º57.27%86.27%-
XYZ34.1755.3719.48-
YUV173.0483.3983.75-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.12%
GREEN value IS 220 (86.33% from 255) = 51.76%
BLUE value IS 94 (37.11% from 255) = 22.12%
R=26.12%
G=51.76%
B=22.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal111220940.5000.570.14111.964.2961.57
Hex6FDC5E32039E70403e
Octal157334136620711616010076
Binary11011111101110010111101100100111001111011100001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FDC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,220,94); }

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

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

 a { background-color: rgb(111,220,94); }

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

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

 span { border-color: rgb(111,220,94); }

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