#6FF07A

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

Shades of Pastel Green #6FF07A

Tints of Pastel Green #6FF07A

Color information

#6FF07A (or 0x6FF07A) is unknown color: approx Pastel Green. HEX triplet: 6F, F0 and 7A. RGB value is (111,240,122). Sum of RGB (Red+Green+Blue) = 111+240+122=473 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.47% from 473); Green value is 240 (94.14% from 255 or 50.74% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 240 - color contains mainly: green. Hex color #6FF07A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6FF07A is #900F85. Grayscale: #BCBCBC. Windows color (decimal): -9441158 or 8056943. OLE color: 8056943.

HSL color Cylindrical-coordinate representation of color #6FF07A: hue angle of 125.12º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FF07A is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB111240122-
CMYK0.5400.490.06
HSL125.12º81.13%68.82%-
HSV(B)125.12º53.75%94.12%-
XYZ41.2367.129.19-
YUV187.9890.7673.09-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.47%
GREEN value IS 240 (94.14% from 255) = 50.74%
BLUE value IS 122 (48.05% from 255) = 25.79%
R=23.47%
G=50.74%
B=25.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1112401220.5400.490.06125.1281.1368.82
Hex6FF07A3603167d5145
Octal157360172660616175121105
Binary11011111111000011110101101100110001110111110110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FF07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,240,122); }

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

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

 a { background-color: rgb(111,240,122); }

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

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

 span { border-color: rgb(111,240,122); }

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