#6FF186

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

Shades of Pastel Green #6FF186

Tints of Pastel Green #6FF186

Color information

#6FF186 (or 0x6FF186) is unknown color: approx Pastel Green. HEX triplet: 6F, F1 and 86. RGB value is (111,241,134). Sum of RGB (Red+Green+Blue) = 111+241+134=486 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.84% from 486); Green value is 241 (94.53% from 255 or 49.59% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 241 - color contains mainly: green. Hex color #6FF186 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FF186 is #900E79. Grayscale: #BEBEBE. Windows color (decimal): -9440890 or 8843631. OLE color: 8843631.

HSL color Cylindrical-coordinate representation of color #6FF186: hue angle of 130.62º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FF186 is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB111241134-
CMYK0.5400.440.05
HSL130.62º82.28%69.02%-
HSV(B)130.62º53.94%94.51%-
XYZ42.3168.0133.45-
YUV189.9396.4371.7-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.84%
GREEN value IS 241 (94.53% from 255) = 49.59%
BLUE value IS 134 (52.73% from 255) = 27.57%
R=22.84%
G=49.59%
B=27.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1112411340.5400.440.05130.6282.2869.02
Hex6FF1863602C5835245
Octal157361206660545203122105
Binary1101111111100011000011011011001011001011000001110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FF186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,241,134); }

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

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

 a { background-color: rgb(111,241,134); }

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

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

 span { border-color: rgb(111,241,134); }

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