#6DD965

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

Shades of Pastel Green #6DD965

Tints of Pastel Green #6DD965

Color information

#6DD965 (or 0x6DD965) is unknown color: approx Pastel Green. HEX triplet: 6D, D9 and 65. RGB value is (109,217,101). Sum of RGB (Red+Green+Blue) = 109+217+101=427 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.53% from 427); Green value is 217 (85.16% from 255 or 50.82% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 217 - color contains mainly: green. Hex color #6DD965 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DD965 is #92269A. Grayscale: #ABABAB. Windows color (decimal): -9578139 or 6674797. OLE color: 6674797.

HSL color Cylindrical-coordinate representation of color #6DD965: hue angle of 115.86º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DD965 is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB109217101-
CMYK0.5000.530.15
HSL115.86º60.42%62.35%-
HSV(B)115.86º53.46%85.1%-
XYZ33.4753.8220.94-
YUV171.4888.2283.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.53%
GREEN value IS 217 (85.16% from 255) = 50.82%
BLUE value IS 101 (39.84% from 255) = 23.65%
R=25.53%
G=50.82%
B=23.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1092171010.5000.530.15115.8660.4262.35
Hex6DD96532035F743c3e
Octal15533114562065171647476
Binary1101101110110011100101110010011010111111110100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,217,101); }

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

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

 a { background-color: rgb(109,217,101); }

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

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

 span { border-color: rgb(109,217,101); }

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