#6FE985

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

Shades of Pastel Green #6FE985

Tints of Pastel Green #6FE985

Color information

#6FE985 (or 0x6FE985) is unknown color: approx Pastel Green. HEX triplet: 6F, E9 and 85. RGB value is (111,233,133). Sum of RGB (Red+Green+Blue) = 111+233+133=477 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.27% from 477); Green value is 233 (91.41% from 255 or 48.85% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 233 - color contains mainly: green. Hex color #6FE985 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FE985 is #90167A. Grayscale: #B9B9B9. Windows color (decimal): -9442939 or 8776047. OLE color: 8776047.

HSL color Cylindrical-coordinate representation of color #6FE985: hue angle of 130.82º degrees, saturation: 0.73, 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 #6FE985 is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB111233133-
CMYK0.5200.430.09
HSL130.82º73.49%67.45%-
HSV(B)130.82º52.36%91.37%-
XYZ39.9363.3532.31-
YUV185.1298.5875.13-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.27%
GREEN value IS 233 (91.41% from 255) = 48.85%
BLUE value IS 133 (52.34% from 255) = 27.88%
R=23.27%
G=48.85%
B=27.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1112331330.5200.430.09130.8273.4967.45
Hex6FE9853402B9834943
Octal1573512056405311203111103
Binary11011111110100110000101110100010101110011000001110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FE985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,233,133); }

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

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

 a { background-color: rgb(111,233,133); }

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

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

 span { border-color: rgb(111,233,133); }

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