#6ed07b

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

Shades of Pastel Green #6ED07B

Tints of Pastel Green #6ED07B

Color information

#6ED07B (or 0x6ED07B) is unknown color: approx Pastel Green. HEX triplet: 6E, D0 and 7B. RGB value is (110,208,123). Sum of RGB (Red+Green+Blue) = 110+208+123=441 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.94% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED07B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED07B is #912F84. Grayscale: #A9A9A9. Windows color (decimal): -9514885 or 8114286. OLE color: 8114286.

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

Color convert

RGB110208123-
CMYK0.4700.410.18
HSL127.96º51.04%62.35%-
HSV(B)127.96º47.12%81.57%-
XYZ32.5649.8626.65-
YUV169.01102.0385.91-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.94%
GREEN value IS 208 (81.64% from 255) = 47.17%
BLUE value IS 123 (48.44% from 255) = 27.89%
R=24.94%
G=47.17%
B=27.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1102081230.4700.410.18127.9651.0462.35
Hex6ED07B2F0291280333e
Octal15632017357051222006376
Binary110111011010000111101110111101010011001010000000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ed07b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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