#69DD6C

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

Shades of Pastel Green #69DD6C

Tints of Pastel Green #69DD6C

Color information

#69DD6C (or 0x69DD6C) is unknown color: approx Pastel Green. HEX triplet: 69, DD and 6C. RGB value is (105,221,108). Sum of RGB (Red+Green+Blue) = 105+221+108=434 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.19% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #69DD6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DD6C is #962293. Grayscale: #ADADAD. Windows color (decimal): -9839252 or 7134569. OLE color: 7134569.

HSL color Cylindrical-coordinate representation of color #69DD6C: hue angle of 121.55º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DD6C is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB105221108-
CMYK0.5200.510.13
HSL121.55º63.04%63.92%-
HSV(B)121.55º52.49%86.67%-
XYZ34.3955.823.15-
YUV173.4391.0779.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.19%
GREEN value IS 221 (86.72% from 255) = 50.92%
BLUE value IS 108 (42.58% from 255) = 24.88%
R=24.19%
G=50.92%
B=24.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1052211080.5200.510.13121.5563.0463.92
Hex69DD6C34033D7a3f40
Octal151335154640631517277100
Binary11010011101110111011001101000110011110111110101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69DD6C; }

 p { color: rgb(105,221,108); }

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

<style>
 a { background-color: #69DD6C; }

 a { background-color: rgb(105,221,108); }

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

<style>
 span { border-color: #69DD6C; }

 span { border-color: rgb(105,221,108); }

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