#6ED27F

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

Shades of Pastel Green #6ED27F

Tints of Pastel Green #6ED27F

Color information

#6ED27F (or 0x6ED27F) is unknown color: approx Pastel Green. HEX triplet: 6E, D2 and 7F. RGB value is (110,210,127). Sum of RGB (Red+Green+Blue) = 110+210+127=447 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.61% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 210 - color contains mainly: green. Hex color #6ED27F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED27F is #912D80. Grayscale: #AAAAAA. Windows color (decimal): -9514369 or 8376942. OLE color: 8376942.

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

Color convert

RGB110210127-
CMYK0.4800.400.18
HSL130.2º52.63%62.75%-
HSV(B)130.2º47.62%82.35%-
XYZ33.3150.9428.16-
YUV170.64103.3784.75-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.61%
GREEN value IS 210 (82.42% from 255) = 46.98%
BLUE value IS 127 (50% from 255) = 28.41%
R=24.61%
G=46.98%
B=28.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1102101270.4800.400.18130.252.6362.75
Hex6ED27F300281282353f
Octal15632217760050222026577
Binary110111011010010111111111000001010001001010000010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,210,127); }

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

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

 a { background-color: rgb(110,210,127); }

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

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

 span { border-color: rgb(110,210,127); }

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