#6FE870

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

Shades of Pastel Green #6FE870

Tints of Pastel Green #6FE870

Color information

#6FE870 (or 0x6FE870) is unknown color: approx Pastel Green. HEX triplet: 6F, E8 and 70. RGB value is (111,232,112). Sum of RGB (Red+Green+Blue) = 111+232+112=455 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.40% from 455); Green value is 232 (91.02% from 255 or 50.99% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 232 - color contains mainly: green. Hex color #6FE870 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6FE870 is #90178F. Grayscale: #B6B6B6. Windows color (decimal): -9443216 or 7399535. OLE color: 7399535.

HSL color Cylindrical-coordinate representation of color #6FE870: hue angle of 120.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE870 is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB111232112-
CMYK0.5200.520.09
HSL120.5º72.46%67.25%-
HSV(B)120.5º52.16%90.98%-
XYZ38.3462.2625.33-
YUV182.1488.4177.26-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.40%
GREEN value IS 232 (91.02% from 255) = 50.99%
BLUE value IS 112 (44.14% from 255) = 24.62%
R=24.40%
G=50.99%
B=24.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1112321120.5200.520.09120.572.4667.25
Hex6FE870340349784843
Octal1573501606406411170110103
Binary110111111101000111000011010001101001001111100010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FE870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,232,112); }

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

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

 a { background-color: rgb(111,232,112); }

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

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

 span { border-color: rgb(111,232,112); }

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