#6FDC70

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

Shades of Pastel Green #6FDC70

Tints of Pastel Green #6FDC70

Color information

#6FDC70 (or 0x6FDC70) is unknown color: approx Pastel Green. HEX triplet: 6F, DC and 70. RGB value is (111,220,112). Sum of RGB (Red+Green+Blue) = 111+220+112=443 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.06% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FDC70 is #90238F. Grayscale: #AFAFAF. Windows color (decimal): -9446288 or 7396463. OLE color: 7396463.

HSL color Cylindrical-coordinate representation of color #6FDC70: hue angle of 120.55º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDC70 is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB111220112-
CMYK0.5000.490.14
HSL120.55º60.89%64.9%-
HSV(B)120.55º49.55%86.27%-
XYZ35.0755.7424.24-
YUV175.192.3982.28-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.06%
GREEN value IS 220 (86.33% from 255) = 49.66%
BLUE value IS 112 (44.14% from 255) = 25.28%
R=25.06%
G=49.66%
B=25.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1112201120.5000.490.14120.5560.8964.9
Hex6FDC7032031E793d41
Octal157334160620611617175101
Binary11011111101110011100001100100110001111011110011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FDC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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