#69D780

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

Shades of Pastel Green #69D780

Tints of Pastel Green #69D780

Color information

#69D780 (or 0x69D780) is unknown color: approx Pastel Green. HEX triplet: 69, D7 and 80. RGB value is (105,215,128). Sum of RGB (Red+Green+Blue) = 105+215+128=448 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.44% from 448); Green value is 215 (84.38% from 255 or 47.99% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 215 - color contains mainly: green. Hex color #69D780 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D780 is #96287F. Grayscale: #ACACAC. Windows color (decimal): -9840768 or 8443753. OLE color: 8443753.

HSL color Cylindrical-coordinate representation of color #69D780: hue angle of 132.55º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69D780 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB105215128-
CMYK0.5100.400.16
HSL132.55º57.89%62.75%-
HSV(B)132.55º51.16%84.31%-
XYZ34.0253.1628.89-
YUV172.19103.0680.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.44%
GREEN value IS 215 (84.38% from 255) = 47.99%
BLUE value IS 128 (50.39% from 255) = 28.57%
R=23.44%
G=47.99%
B=28.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1052151280.5100.400.16132.5557.8962.75
Hex69D7803302810853a3f
Octal15132720063050202057277
Binary1101001110101111000000011001101010001000010000101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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