#6DE285

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

Shades of Pastel Green #6DE285

Tints of Pastel Green #6DE285

Color information

#6DE285 (or 0x6DE285) is unknown color: approx Pastel Green. HEX triplet: 6D, E2 and 85. RGB value is (109,226,133). Sum of RGB (Red+Green+Blue) = 109+226+133=468 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.29% from 468); Green value is 226 (88.67% from 255 or 48.29% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 226 - color contains mainly: green. Hex color #6DE285 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DE285 is #921D7A. Grayscale: #B4B4B4. Windows color (decimal): -9575803 or 8774253. OLE color: 8774253.

HSL color Cylindrical-coordinate representation of color #6DE285: hue angle of 132.31º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DE285 is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB109226133-
CMYK0.5200.410.11
HSL132.31º66.86%65.69%-
HSV(B)132.31º51.77%88.63%-
XYZ37.7459.3431.65-
YUV180.42101.2477.06-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.29%
GREEN value IS 226 (88.67% from 255) = 48.29%
BLUE value IS 133 (52.34% from 255) = 28.42%
R=23.29%
G=48.29%
B=28.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1092261330.5200.410.11132.3166.8665.69
Hex6DE28534029B844342
Octal1553422056405113204103102
Binary11011011110001010000101110100010100110111000010010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DE285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,226,133); }

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

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

 a { background-color: rgb(109,226,133); }

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

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

 span { border-color: rgb(109,226,133); }

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