#6FCF6C

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

Shades of Pastel Green #6FCF6C

Tints of Pastel Green #6FCF6C

Color information

#6FCF6C (or 0x6FCF6C) is unknown color: approx Pastel Green. HEX triplet: 6F, CF and 6C. RGB value is (111,207,108). Sum of RGB (Red+Green+Blue) = 111+207+108=426 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.06% from 426); Green value is 207 (81.25% from 255 or 48.59% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCF6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCF6C is #903093. Grayscale: #A7A7A7. Windows color (decimal): -9449620 or 7130991. OLE color: 7130991.

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

Color convert

RGB111207108-
CMYK0.4600.480.19
HSL118.18º50.77%61.76%-
HSV(B)118.18º47.83%81.18%-
XYZ31.5849.0922-
YUV167.0194.788.05-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.06%
GREEN value IS 207 (81.25% from 255) = 48.59%
BLUE value IS 108 (42.58% from 255) = 25.35%
R=26.06%
G=48.59%
B=25.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1112071080.4600.480.19118.1850.7761.76
Hex6FCF6C2E0301376333e
Octal15731715456060231666376
Binary11011111100111111011001011100110000100111110110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,207,108); }

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

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

 a { background-color: rgb(111,207,108); }

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

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

 span { border-color: rgb(111,207,108); }

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