#6ED468

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

Shades of Pastel Green #6ED468

Tints of Pastel Green #6ED468

Color information

#6ED468 (or 0x6ED468) is unknown color: approx Pastel Green. HEX triplet: 6E, D4 and 68. RGB value is (110,212,104). Sum of RGB (Red+Green+Blue) = 110+212+104=426 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.82% from 426); Green value is 212 (83.20% from 255 or 49.77% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 212 - color contains mainly: green. Hex color #6ED468 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED468 is #912B97. Grayscale: #A9A9A9. Windows color (decimal): -9513880 or 6870126. OLE color: 6870126.

HSL color Cylindrical-coordinate representation of color #6ED468: hue angle of 116.67º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ED468 is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB110212104-
CMYK0.4800.510.17
HSL116.67º55.67%61.96%-
HSV(B)116.67º50.94%83.14%-
XYZ32.4751.421.31-
YUV169.1991.2185.78-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.82%
GREEN value IS 212 (83.20% from 255) = 49.77%
BLUE value IS 104 (41.02% from 255) = 24.41%
R=25.82%
G=49.77%
B=24.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1102121040.4800.510.17116.6755.6761.96
Hex6ED468300331175383e
Octal15632415060063211657076
Binary11011101101010011010001100000110011100011110101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,212,104); }

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

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

 a { background-color: rgb(110,212,104); }

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

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

 span { border-color: rgb(110,212,104); }

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