#6FF585

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

Shades of Pastel Green #6FF585

Tints of Pastel Green #6FF585

Color information

#6FF585 (or 0x6FF585) is unknown color: approx Pastel Green. HEX triplet: 6F, F5 and 85. RGB value is (111,245,133). Sum of RGB (Red+Green+Blue) = 111+245+133=489 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.70% from 489); Green value is 245 (96.09% from 255 or 50.10% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 245 - color contains mainly: green. Hex color #6FF585 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FF585 is #900A7A. Grayscale: #C0C0C0. Windows color (decimal): -9439867 or 8779119. OLE color: 8779119.

HSL color Cylindrical-coordinate representation of color #6FF585: hue angle of 129.85º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FF585 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB111245133-
CMYK0.5500.460.04
HSL129.85º87.01%69.8%-
HSV(B)129.85º54.69%96.08%-
XYZ43.4470.3833.48-
YUV192.1794.6170.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.70%
GREEN value IS 245 (96.09% from 255) = 50.10%
BLUE value IS 133 (52.34% from 255) = 27.20%
R=22.70%
G=50.10%
B=27.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1112451330.5500.460.04129.8587.0169.8
Hex6FF5853702E4825746
Octal157365205670564202127106
Binary1101111111101011000010111011101011101001000001010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FF585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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