#69D379

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

Shades of Pastel Green #69D379

Tints of Pastel Green #69D379

Color information

#69D379 (or 0x69D379) is unknown color: approx Pastel Green. HEX triplet: 69, D3 and 79. RGB value is (105,211,121). Sum of RGB (Red+Green+Blue) = 105+211+121=437 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.03% from 437); Green value is 211 (82.81% from 255 or 48.28% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 211 - color contains mainly: green. Hex color #69D379 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D379 is #962C86. Grayscale: #A9A9A9. Windows color (decimal): -9841799 or 7983977. OLE color: 7983977.

HSL color Cylindrical-coordinate representation of color #69D379: hue angle of 129.06º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D379 is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB105211121-
CMYK0.5000.430.17
HSL129.06º54.64%61.96%-
HSV(B)129.06º50.24%82.75%-
XYZ32.5750.9726.21-
YUV169.05100.8882.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.03%
GREEN value IS 211 (82.81% from 255) = 48.28%
BLUE value IS 121 (47.66% from 255) = 27.69%
R=24.03%
G=48.28%
B=27.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1052111210.5000.430.17129.0654.6461.96
Hex69D3793202B1181373e
Octal15132317162053212016776
Binary110100111010011111100111001001010111000110000001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,211,121); }

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

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

 a { background-color: rgb(105,211,121); }

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

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

 span { border-color: rgb(105,211,121); }

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