#6EEB70

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

Shades of Pastel Green #6EEB70

Tints of Pastel Green #6EEB70

Color information

#6EEB70 (or 0x6EEB70) is unknown color: approx Pastel Green. HEX triplet: 6E, EB and 70. RGB value is (110,235,112). Sum of RGB (Red+Green+Blue) = 110+235+112=457 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.07% from 457); Green value is 235 (92.19% from 255 or 51.42% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 235 - color contains mainly: green. Hex color #6EEB70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6EEB70 is #91148F. Grayscale: #B7B7B7. Windows color (decimal): -9507984 or 7400302. OLE color: 7400302.

HSL color Cylindrical-coordinate representation of color #6EEB70: hue angle of 120.96º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EEB70 is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB110235112-
CMYK0.5300.520.08
HSL120.96º75.76%67.65%-
HSV(B)120.96º53.19%92.16%-
XYZ39.0663.925.6-
YUV183.687.5975.5-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.07%
GREEN value IS 235 (92.19% from 255) = 51.42%
BLUE value IS 112 (44.14% from 255) = 24.51%
R=24.07%
G=51.42%
B=24.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1102351120.5300.520.08120.9675.7667.65
Hex6EEB70350348794c44
Octal1563531606506410171114104
Binary110111011101011111000011010101101001000111100110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EEB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,235,112); }

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

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

 a { background-color: rgb(110,235,112); }

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

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

 span { border-color: rgb(110,235,112); }

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