#6EF580

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

Shades of Pastel Green #6EF580

Tints of Pastel Green #6EF580

Color information

#6EF580 (or 0x6EF580) is unknown color: approx Pastel Green. HEX triplet: 6E, F5 and 80. RGB value is (110,245,128). Sum of RGB (Red+Green+Blue) = 110+245+128=483 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.77% from 483); Green value is 245 (96.09% from 255 or 50.72% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 245 - color contains mainly: green. Hex color #6EF580 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6EF580 is #910A7F. Grayscale: #BFBFBF. Windows color (decimal): -9505408 or 8451438. OLE color: 8451438.

HSL color Cylindrical-coordinate representation of color #6EF580: hue angle of 128º 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 #6EF580 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB110245128-
CMYK0.5500.480.04
HSL128º87.1%69.61%-
HSV(B)128º55.1%96.08%-
XYZ42.9870.1831.7-
YUV191.392.2770.01-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.77%
GREEN value IS 245 (96.09% from 255) = 50.72%
BLUE value IS 128 (50.39% from 255) = 26.50%
R=22.77%
G=50.72%
B=26.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1102451280.5500.480.0412887.169.61
Hex6EF580370304805746
Octal156365200670604200127106
Binary1101110111101011000000011011101100001001000000010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,245,128); }

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

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

 a { background-color: rgb(110,245,128); }

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

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

 span { border-color: rgb(110,245,128); }

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