#6DEC72

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

Shades of Pastel Green #6DEC72

Tints of Pastel Green #6DEC72

Color information

#6DEC72 (or 0x6DEC72) is unknown color: approx Pastel Green. HEX triplet: 6D, EC and 72. RGB value is (109,236,114). Sum of RGB (Red+Green+Blue) = 109+236+114=459 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.75% from 459); Green value is 236 (92.58% from 255 or 51.42% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 236 - color contains mainly: green. Hex color #6DEC72 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6DEC72 is #92138D. Grayscale: #B8B8B8. Windows color (decimal): -9573262 or 7531629. OLE color: 7531629.

HSL color Cylindrical-coordinate representation of color #6DEC72: hue angle of 122.36º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEC72 is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB109236114-
CMYK0.5400.520.07
HSL122.36º76.97%67.65%-
HSV(B)122.36º53.81%92.55%-
XYZ39.3464.4626.29-
YUV184.1288.4274.42-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.75%
GREEN value IS 236 (92.58% from 255) = 51.42%
BLUE value IS 114 (44.92% from 255) = 24.84%
R=23.75%
G=51.42%
B=24.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1092361140.5400.520.07122.3676.9767.65
Hex6DEC723603477a4d44
Octal155354162660647172115104
Binary11011011110110011100101101100110100111111101010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,236,114); }

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

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

 a { background-color: rgb(109,236,114); }

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

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

 span { border-color: rgb(109,236,114); }

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