#6ED065

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

Shades of Pastel Green #6ED065

Tints of Pastel Green #6ED065

Color information

#6ED065 (or 0x6ED065) is unknown color: approx Pastel Green. HEX triplet: 6E, D0 and 65. RGB value is (110,208,101). Sum of RGB (Red+Green+Blue) = 110+208+101=419 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.25% from 419); Green value is 208 (81.64% from 255 or 49.64% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED065 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED065 is #912F9A. Grayscale: #A6A6A6. Windows color (decimal): -9514907 or 6672494. OLE color: 6672494.

HSL color Cylindrical-coordinate representation of color #6ED065: hue angle of 114.95º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ED065 is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB110208101-
CMYK0.4700.510.18
HSL114.95º53.23%60.59%-
HSV(B)114.95º51.44%81.57%-
XYZ31.3449.3720.19-
YUV166.591.0387.7-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.25%
GREEN value IS 208 (81.64% from 255) = 49.64%
BLUE value IS 101 (39.84% from 255) = 24.11%
R=26.25%
G=49.64%
B=24.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1102081010.4700.510.18114.9553.2360.59
Hex6ED0652F0331273353d
Octal15632014557063221636575
Binary11011101101000011001011011110110011100101110011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,208,101); }

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

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

 a { background-color: rgb(110,208,101); }

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

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

 span { border-color: rgb(110,208,101); }

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