#69DC73

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

Shades of Pastel Green #69DC73

Tints of Pastel Green #69DC73

Color information

#69DC73 (or 0x69DC73) is unknown color: approx Pastel Green. HEX triplet: 69, DC and 73. RGB value is (105,220,115). Sum of RGB (Red+Green+Blue) = 105+220+115=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #69DC73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DC73 is #96238C. Grayscale: #ADADAD. Windows color (decimal): -9839501 or 7593065. OLE color: 7593065.

HSL color Cylindrical-coordinate representation of color #69DC73: hue angle of 125.22º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DC73 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB105220115-
CMYK0.5200.480.14
HSL125.22º62.16%63.73%-
HSV(B)125.22º52.27%86.27%-
XYZ34.5155.4325.1-
YUV173.6494.979.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.86%
GREEN value IS 220 (86.33% from 255) = 50%
BLUE value IS 115 (45.31% from 255) = 26.14%
R=23.86%
G=50%
B=26.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1052201150.5200.480.14125.2262.1663.73
Hex69DC7334030E7d3e40
Octal151334163640601617576100
Binary11010011101110011100111101000110000111011111011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,220,115); }

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

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

 a { background-color: rgb(105,220,115); }

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

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

 span { border-color: rgb(105,220,115); }

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