#6EDB70

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

Shades of Pastel Green #6EDB70

Tints of Pastel Green #6EDB70

Color information

#6EDB70 (or 0x6EDB70) is unknown color: approx Pastel Green. HEX triplet: 6E, DB and 70. RGB value is (110,219,112). Sum of RGB (Red+Green+Blue) = 110+219+112=441 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.94% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #6EDB70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDB70 is #91248F. Grayscale: #AEAEAE. Windows color (decimal): -9512080 or 7396206. OLE color: 7396206.

HSL color Cylindrical-coordinate representation of color #6EDB70: hue angle of 121.1º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDB70 is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB110219112-
CMYK0.5000.490.14
HSL121.1º60.22%64.51%-
HSV(B)121.1º49.77%85.88%-
XYZ34.6955.1524.15-
YUV174.2192.8982.2-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.94%
GREEN value IS 219 (85.94% from 255) = 49.66%
BLUE value IS 112 (44.14% from 255) = 25.40%
R=24.94%
G=49.66%
B=25.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1102191120.5000.490.14121.160.2264.51
Hex6EDB7032031E793c41
Octal156333160620611617174101
Binary11011101101101111100001100100110001111011110011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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