#6ED67E

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

Shades of Pastel Green #6ED67E

Tints of Pastel Green #6ED67E

Color information

#6ED67E (or 0x6ED67E) is unknown color: approx Pastel Green. HEX triplet: 6E, D6 and 7E. RGB value is (110,214,126). Sum of RGB (Red+Green+Blue) = 110+214+126=450 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.44% from 450); Green value is 214 (83.98% from 255 or 47.56% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 214 - color contains mainly: green. Hex color #6ED67E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED67E is #912981. Grayscale: #ADADAD. Windows color (decimal): -9513346 or 8312430. OLE color: 8312430.

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

Color convert

RGB110214126-
CMYK0.4900.410.16
HSL129.23º55.91%63.53%-
HSV(B)129.23º48.6%83.92%-
XYZ34.2452.9128.15-
YUV172.87101.5483.16-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.44%
GREEN value IS 214 (83.98% from 255) = 47.56%
BLUE value IS 126 (49.61% from 255) = 28%
R=24.44%
G=47.56%
B=28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1102141260.4900.410.16129.2355.9163.53
Hex6ED67E3102910813840
Octal156326176610512020170100
Binary1101110110101101111110110001010100110000100000011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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