#6FD972

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

Shades of Pastel Green #6FD972

Tints of Pastel Green #6FD972

Color information

#6FD972 (or 0x6FD972) is unknown color: approx Pastel Green. HEX triplet: 6F, D9 and 72. RGB value is (111,217,114). Sum of RGB (Red+Green+Blue) = 111+217+114=442 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.11% from 442); Green value is 217 (85.16% from 255 or 49.10% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 217 - color contains mainly: green. Hex color #6FD972 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD972 is #90268D. Grayscale: #ADADAD. Windows color (decimal): -9447054 or 7526767. OLE color: 7526767.

HSL color Cylindrical-coordinate representation of color #6FD972: hue angle of 121.7º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FD972 is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB111217114-
CMYK0.4900.470.15
HSL121.7º58.24%64.31%-
HSV(B)121.7º48.85%85.1%-
XYZ34.4154.2224.57-
YUV173.5694.3883.38-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.11%
GREEN value IS 217 (85.16% from 255) = 49.10%
BLUE value IS 114 (44.92% from 255) = 25.79%
R=25.11%
G=49.10%
B=25.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1112171140.4900.470.15121.758.2464.31
Hex6FD9723102FF7a3a40
Octal157331162610571717272100
Binary11011111101100111100101100010101111111111110101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,217,114); }

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

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

 a { background-color: rgb(111,217,114); }

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

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

 span { border-color: rgb(111,217,114); }

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