#6FCF73

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

Shades of Pastel Green #6FCF73

Tints of Pastel Green #6FCF73

Color information

#6FCF73 (or 0x6FCF73) is unknown color: approx Pastel Green. HEX triplet: 6F, CF and 73. RGB value is (111,207,115). Sum of RGB (Red+Green+Blue) = 111+207+115=433 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.64% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCF73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCF73 is #90308C. Grayscale: #A8A8A8. Windows color (decimal): -9449613 or 7589743. OLE color: 7589743.

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

Color convert

RGB111207115-
CMYK0.4600.440.19
HSL122.5º50%62.35%-
HSV(B)122.5º46.38%81.18%-
XYZ31.9649.2424.04-
YUV167.8198.287.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.64%
GREEN value IS 207 (81.25% from 255) = 47.81%
BLUE value IS 115 (45.31% from 255) = 26.56%
R=25.64%
G=47.81%
B=26.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1112071150.4600.440.19122.55062.35
Hex6FCF732E02C137a323e
Octal15731716356054231726276
Binary11011111100111111100111011100101100100111111010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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