#6ED67C

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

Shades of Pastel Green #6ED67C

Tints of Pastel Green #6ED67C

Color information

#6ED67C (or 0x6ED67C) is unknown color: approx Pastel Green. HEX triplet: 6E, D6 and 7C. RGB value is (110,214,124). Sum of RGB (Red+Green+Blue) = 110+214+124=448 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.55% from 448); Green value is 214 (83.98% from 255 or 47.77% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 214 - color contains mainly: green. Hex color #6ED67C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED67C is #912983. Grayscale: #ACACAC. Windows color (decimal): -9513348 or 8181358. OLE color: 8181358.

HSL color Cylindrical-coordinate representation of color #6ED67C: hue angle of 128.08º 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 #6ED67C is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB110214124-
CMYK0.4900.420.16
HSL128.08º55.91%63.53%-
HSV(B)128.08º48.6%83.92%-
XYZ34.1252.8627.47-
YUV172.64100.5483.32-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.55%
GREEN value IS 214 (83.98% from 255) = 47.77%
BLUE value IS 124 (48.83% from 255) = 27.68%
R=24.55%
G=47.77%
B=27.68%

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
Decimal1102141240.4900.420.16128.0855.9163.53
Hex6ED67C3102A10803840
Octal156326174610522020070100
Binary1101110110101101111100110001010101010000100000001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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