#6ED35F

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

Shades of Pastel Green #6ED35F

Tints of Pastel Green #6ED35F

Color information

#6ED35F (or 0x6ED35F) is unknown color: approx Pastel Green. HEX triplet: 6E, D3 and 5F. RGB value is (110,211,95). Sum of RGB (Red+Green+Blue) = 110+211+95=416 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.44% from 416); Green value is 211 (82.81% from 255 or 50.72% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 211 - color contains mainly: green. Hex color #6ED35F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED35F is #912CA0. Grayscale: #A7A7A7. Windows color (decimal): -9514145 or 6280046. OLE color: 6280046.

HSL color Cylindrical-coordinate representation of color #6ED35F: hue angle of 112.24º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6ED35F is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB11021195-
CMYK0.4800.550.17
HSL112.24º56.86%60%-
HSV(B)112.24º54.98%82.75%-
XYZ31.7950.7318.94-
YUV167.5887.0486.93-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.44%
GREEN value IS 211 (82.81% from 255) = 50.72%
BLUE value IS 95 (37.5% from 255) = 22.84%
R=26.44%
G=50.72%
B=22.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal110211950.4800.550.17112.2456.8660
Hex6ED35F300371170393c
Octal15632313760067211607174
Binary11011101101001110111111100000110111100011110000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,211,95); }

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

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

 a { background-color: rgb(110,211,95); }

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

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

 span { border-color: rgb(110,211,95); }

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