#69D878

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

Shades of Pastel Green #69D878

Tints of Pastel Green #69D878

Color information

#69D878 (or 0x69D878) is unknown color: approx Pastel Green. HEX triplet: 69, D8 and 78. RGB value is (105,216,120). Sum of RGB (Red+Green+Blue) = 105+216+120=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 216 (84.77% from 255 or 48.98% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 216 - color contains mainly: green. Hex color #69D878 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D878 is #962787. Grayscale: #ACACAC. Windows color (decimal): -9840520 or 7919721. OLE color: 7919721.

HSL color Cylindrical-coordinate representation of color #69D878: hue angle of 128.11º 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 #69D878 is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB105216120-
CMYK0.5100.440.15
HSL128.11º58.73%62.94%-
HSV(B)128.11º51.39%84.71%-
XYZ33.7753.4726.31-
YUV171.8798.7380.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.81%
GREEN value IS 216 (84.77% from 255) = 48.98%
BLUE value IS 120 (47.27% from 255) = 27.21%
R=23.81%
G=48.98%
B=27.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1052161200.5100.440.15128.1158.7362.94
Hex69D8783302CF803b3f
Octal15133017063054172007377
Binary11010011101100011110001100110101100111110000000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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