#69DD6B

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

Shades of Pastel Green #69DD6B

Tints of Pastel Green #69DD6B

Color information

#69DD6B (or 0x69DD6B) is unknown color: approx Pastel Green. HEX triplet: 69, DD and 6B. RGB value is (105,221,107). Sum of RGB (Red+Green+Blue) = 105+221+107=433 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.25% from 433); Green value is 221 (86.72% from 255 or 51.04% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 221 - color contains mainly: green. Hex color #69DD6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DD6B is #962294. Grayscale: #ADADAD. Windows color (decimal): -9839253 or 7069033. OLE color: 7069033.

HSL color Cylindrical-coordinate representation of color #69DD6B: hue angle of 121.03º 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 #69DD6B is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB105221107-
CMYK0.5200.520.13
HSL121.03º63.04%63.92%-
HSV(B)121.03º52.49%86.67%-
XYZ34.3455.7822.87-
YUV173.3290.5779.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.25%
GREEN value IS 221 (86.72% from 255) = 51.04%
BLUE value IS 107 (42.19% from 255) = 24.71%
R=24.25%
G=51.04%
B=24.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1052211070.5200.520.13121.0363.0463.92
Hex69DD6B34034D793f40
Octal151335153640641517177100
Binary11010011101110111010111101000110100110111110011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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