#6FF08F

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

Shades of Pastel Green #6FF08F

Tints of Pastel Green #6FF08F

Color information

#6FF08F (or 0x6FF08F) is unknown color: approx Pastel Green. HEX triplet: 6F, F0 and 8F. RGB value is (111,240,143). Sum of RGB (Red+Green+Blue) = 111+240+143=494 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.47% from 494); Green value is 240 (94.14% from 255 or 48.58% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 240 - color contains mainly: green. Hex color #6FF08F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FF08F is #900F70. Grayscale: #BEBEBE. Windows color (decimal): -9441137 or 9433199. OLE color: 9433199.

HSL color Cylindrical-coordinate representation of color #6FF08F: hue angle of 134.88º 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 #6FF08F is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB111240143-
CMYK0.5400.400.06
HSL134.88º81.13%68.82%-
HSV(B)134.88º53.75%94.12%-
XYZ42.6767.6836.8-
YUV190.37101.2671.39-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.47%
GREEN value IS 240 (94.14% from 255) = 48.58%
BLUE value IS 143 (56.25% from 255) = 28.95%
R=22.47%
G=48.58%
B=28.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1112401430.5400.400.06134.8881.1368.82
Hex6FF08F360286875145
Octal157360217660506207121105
Binary1101111111100001000111111011001010001101000011110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FF08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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