#6FCD7D

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

Shades of Pastel Green #6FCD7D

Tints of Pastel Green #6FCD7D

Color information

#6FCD7D (or 0x6FCD7D) is unknown color: approx Pastel Green. HEX triplet: 6F, CD and 7D. RGB value is (111,205,125). Sum of RGB (Red+Green+Blue) = 111+205+125=441 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.17% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCD7D is #903282. Grayscale: #A8A8A8. Windows color (decimal): -9450115 or 8244591. OLE color: 8244591.

HSL color Cylindrical-coordinate representation of color #6FCD7D: hue angle of 128.94º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCD7D is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB111205125-
CMYK0.4600.390.20
HSL128.94º48.45%61.96%-
HSV(B)128.94º45.85%80.39%-
XYZ32.0948.5227.08-
YUV167.77103.8687.5-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.17%
GREEN value IS 205 (80.47% from 255) = 46.49%
BLUE value IS 125 (49.22% from 255) = 28.34%
R=25.17%
G=46.49%
B=28.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1112051250.4600.390.20128.9448.4561.96
Hex6FCD7D2E0271481303e
Octal15731517556047242016076
Binary110111111001101111110110111001001111010010000001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,205,125); }

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

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

 a { background-color: rgb(111,205,125); }

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

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

 span { border-color: rgb(111,205,125); }

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