#6ED674

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

Shades of Pastel Green #6ED674

Tints of Pastel Green #6ED674

Color information

#6ED674 (or 0x6ED674) is unknown color: approx Pastel Green. HEX triplet: 6E, D6 and 74. RGB value is (110,214,116). Sum of RGB (Red+Green+Blue) = 110+214+116=440 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25% from 440); Green value is 214 (83.98% from 255 or 48.64% from 440); Blue value is 116 (45.70% from 255 or 26.36% from 440); Max value from RGB is 214 - color contains mainly: green. Hex color #6ED674 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED674 is #91298B. Grayscale: #ACACAC. Windows color (decimal): -9513356 or 7657070. OLE color: 7657070.

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

Color convert

RGB110214116-
CMYK0.4900.460.16
HSL123.46º55.91%63.53%-
HSV(B)123.46º48.6%83.92%-
XYZ33.6352.6724.92-
YUV171.7396.5483.97-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25%
GREEN value IS 214 (83.98% from 255) = 48.64%
BLUE value IS 116 (45.70% from 255) = 26.36%
R=25%
G=48.64%
B=26.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1102141160.4900.460.16123.4655.9163.53
Hex6ED6743102E107b3840
Octal156326164610562017370100
Binary110111011010110111010011000101011101000011110111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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