#6ED570

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

Shades of Pastel Green #6ED570

Tints of Pastel Green #6ED570

Color information

#6ED570 (or 0x6ED570) is unknown color: approx Pastel Green. HEX triplet: 6E, D5 and 70. RGB value is (110,213,112). Sum of RGB (Red+Green+Blue) = 110+213+112=435 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.29% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 213 - color contains mainly: green. Hex color #6ED570 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED570 is #912A8F. Grayscale: #AAAAAA. Windows color (decimal): -9513616 or 7394670. OLE color: 7394670.

HSL color Cylindrical-coordinate representation of color #6ED570: hue angle of 121.17º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ED570 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB110213112-
CMYK0.4800.470.16
HSL121.17º55.08%63.33%-
HSV(B)121.17º48.36%83.53%-
XYZ33.1552.0723.63-
YUV170.6994.8884.71-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.29%
GREEN value IS 213 (83.59% from 255) = 48.97%
BLUE value IS 112 (44.14% from 255) = 25.75%
R=25.29%
G=48.97%
B=25.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1102131120.4800.470.16121.1755.0863.33
Hex6ED5703002F1079373f
Octal15632516060057201716777
Binary11011101101010111100001100000101111100001111001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,213,112); }

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

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

 a { background-color: rgb(110,213,112); }

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

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

 span { border-color: rgb(110,213,112); }

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