#6EDD58

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

Shades of Pastel Green #6EDD58

Tints of Pastel Green #6EDD58

Color information

#6EDD58 (or 0x6EDD58) is unknown color: approx Pastel Green. HEX triplet: 6E, DD and 58. RGB value is (110,221,88). Sum of RGB (Red+Green+Blue) = 110+221+88=419 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.25% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 88 (34.77% from 255 or 21.00% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDD58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDD58 is #9122A7. Grayscale: #ADADAD. Windows color (decimal): -9511592 or 5823854. OLE color: 5823854.

HSL color Cylindrical-coordinate representation of color #6EDD58: hue angle of 110.08º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6EDD58 is Cyan = 0.50, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB11022188-
CMYK0.5000.600.13
HSL110.08º66.17%60.59%-
HSV(B)110.08º60.18%86.67%-
XYZ34.0555.7318.2-
YUV172.6580.2383.31-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.25%
GREEN value IS 221 (86.72% from 255) = 52.74%
BLUE value IS 88 (34.77% from 255) = 21.00%
R=26.25%
G=52.74%
B=21.00%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal110221880.5000.600.13110.0866.1760.59
Hex6EDD583203CD6e423d
Octal156335130620741515610275
Binary11011101101110110110001100100111100110111011101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,221,88); }

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

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

 a { background-color: rgb(110,221,88); }

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

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

 span { border-color: rgb(110,221,88); }

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