#6FC971

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

Shades of Pastel Green #6FC971

Tints of Pastel Green #6FC971

Color information

#6FC971 (or 0x6FC971) is unknown color: approx Pastel Green. HEX triplet: 6F, C9 and 71. RGB value is (111,201,113). Sum of RGB (Red+Green+Blue) = 111+201+113=425 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.12% from 425); Green value is 201 (78.91% from 255 or 47.29% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 201 - color contains mainly: green. Hex color #6FC971 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FC971 is #90368E. Grayscale: #A4A4A4. Windows color (decimal): -9451151 or 7457135. OLE color: 7457135.

HSL color Cylindrical-coordinate representation of color #6FC971: hue angle of 121.33º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FC971 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB111201113-
CMYK0.4500.440.21
HSL121.33º45.45%61.18%-
HSV(B)121.33º44.78%78.82%-
XYZ30.4246.3522.96-
YUV164.0699.1890.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.12%
GREEN value IS 201 (78.91% from 255) = 47.29%
BLUE value IS 113 (44.53% from 255) = 26.59%
R=26.12%
G=47.29%
B=26.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1112011130.4500.440.21121.3345.4561.18
Hex6FC9712D02C15792d3d
Octal15731116155054251715575
Binary11011111100100111100011011010101100101011111001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,201,113); }

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

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

 a { background-color: rgb(111,201,113); }

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

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

 span { border-color: rgb(111,201,113); }

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