#6DD185

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

Shades of Pastel Green #6DD185

Tints of Pastel Green #6DD185

Color information

#6DD185 (or 0x6DD185) is unknown color: approx Pastel Green. HEX triplet: 6D, D1 and 85. RGB value is (109,209,133). Sum of RGB (Red+Green+Blue) = 109+209+133=451 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.17% from 451); Green value is 209 (82.03% from 255 or 46.34% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 209 - color contains mainly: green. Hex color #6DD185 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD185 is #922E7A. Grayscale: #AAAAAA. Windows color (decimal): -9580155 or 8769901. OLE color: 8769901.

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

Color convert

RGB109209133-
CMYK0.4800.360.18
HSL134.4º52.08%62.35%-
HSV(B)134.4º47.85%81.96%-
XYZ33.3450.5530.19-
YUV170.44106.8784.18-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.17%
GREEN value IS 209 (82.03% from 255) = 46.34%
BLUE value IS 133 (52.34% from 255) = 29.49%
R=24.17%
G=46.34%
B=29.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1092091330.4800.360.18134.452.0862.35
Hex6DD185300241286343e
Octal15532120560044222066476
Binary1101101110100011000010111000001001001001010000110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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