#6ED67D

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

Shades of Pastel Green #6ED67D

Tints of Pastel Green #6ED67D

Color information

#6ED67D (or 0x6ED67D) is unknown color: approx Pastel Green. HEX triplet: 6E, D6 and 7D. RGB value is (110,214,125). Sum of RGB (Red+Green+Blue) = 110+214+125=449 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.50% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 214 - color contains mainly: green. Hex color #6ED67D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED67D is #912982. Grayscale: #ADADAD. Windows color (decimal): -9513347 or 8246894. OLE color: 8246894.

HSL color Cylindrical-coordinate representation of color #6ED67D: hue angle of 128.65º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED67D is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB110214125-
CMYK0.4900.420.16
HSL128.65º55.91%63.53%-
HSV(B)128.65º48.6%83.92%-
XYZ34.1852.8927.81-
YUV172.76101.0483.24-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.50%
GREEN value IS 214 (83.98% from 255) = 47.66%
BLUE value IS 125 (49.22% from 255) = 27.84%
R=24.50%
G=47.66%
B=27.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1102141250.4900.420.16128.6555.9163.53
Hex6ED67D3102A10813840
Octal156326175610522020170100
Binary1101110110101101111101110001010101010000100000011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,214,125); }

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

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

 a { background-color: rgb(110,214,125); }

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

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

 span { border-color: rgb(110,214,125); }

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