#6FE07C

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

Shades of Pastel Green #6FE07C

Tints of Pastel Green #6FE07C

Color information

#6FE07C (or 0x6FE07C) is unknown color: approx Pastel Green. HEX triplet: 6F, E0 and 7C. RGB value is (111,224,124). Sum of RGB (Red+Green+Blue) = 111+224+124=459 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.18% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 224 - color contains mainly: green. Hex color #6FE07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FE07C is #901F83. Grayscale: #B3B3B3. Windows color (decimal): -9445252 or 8183919. OLE color: 8183919.

HSL color Cylindrical-coordinate representation of color #6FE07C: hue angle of 126.9º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FE07C is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB111224124-
CMYK0.5000.450.12
HSL126.9º64.57%65.69%-
HSV(B)126.9º50.45%87.84%-
XYZ36.8558.1528.35-
YUV178.8197.0679.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.18%
GREEN value IS 224 (87.89% from 255) = 48.80%
BLUE value IS 124 (48.83% from 255) = 27.02%
R=24.18%
G=48.80%
B=27.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1112241240.5000.450.12126.964.5765.69
Hex6FE07C3202DC7f4142
Octal1573401746205514177101102
Binary110111111100000111110011001001011011100111111110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FE07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,224,124); }

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

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

 a { background-color: rgb(111,224,124); }

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

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

 span { border-color: rgb(111,224,124); }

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