#69D880

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

Shades of Pastel Green #69D880

Tints of Pastel Green #69D880

Color information

#69D880 (or 0x69D880) is unknown color: approx Pastel Green. HEX triplet: 69, D8 and 80. RGB value is (105,216,128). Sum of RGB (Red+Green+Blue) = 105+216+128=449 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.39% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 216 - color contains mainly: green. Hex color #69D880 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D880 is #96277F. Grayscale: #ADADAD. Windows color (decimal): -9840512 or 8444009. OLE color: 8444009.

HSL color Cylindrical-coordinate representation of color #69D880: hue angle of 132.43º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69D880 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB105216128-
CMYK0.5100.410.15
HSL132.43º58.73%62.94%-
HSV(B)132.43º51.39%84.71%-
XYZ34.2853.6728.98-
YUV172.78102.7379.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.39%
GREEN value IS 216 (84.77% from 255) = 48.11%
BLUE value IS 128 (50.39% from 255) = 28.51%
R=23.39%
G=48.11%
B=28.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1052161280.5100.410.15132.4358.7362.94
Hex69D88033029F843b3f
Octal15133020063051172047377
Binary110100111011000100000001100110101001111110000100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,216,128); }

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

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

 a { background-color: rgb(105,216,128); }

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

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

 span { border-color: rgb(105,216,128); }

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