#69D473

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

Shades of Pastel Green #69D473

Tints of Pastel Green #69D473

Color information

#69D473 (or 0x69D473) is unknown color: approx Pastel Green. HEX triplet: 69, D4 and 73. RGB value is (105,212,115). Sum of RGB (Red+Green+Blue) = 105+212+115=432 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.31% from 432); Green value is 212 (83.20% from 255 or 49.07% from 432); Blue value is 115 (45.31% from 255 or 26.62% from 432); Max value from RGB is 212 - color contains mainly: green. Hex color #69D473 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D473 is #962B8C. Grayscale: #A9A9A9. Windows color (decimal): -9841549 or 7591017. OLE color: 7591017.

HSL color Cylindrical-coordinate representation of color #69D473: hue angle of 125.61º 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 #69D473 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB105212115-
CMYK0.5000.460.17
HSL125.61º55.44%62.16%-
HSV(B)125.61º50.47%83.14%-
XYZ32.4651.3324.42-
YUV168.9597.5582.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.31%
GREEN value IS 212 (83.20% from 255) = 49.07%
BLUE value IS 115 (45.31% from 255) = 26.62%
R=24.31%
G=49.07%
B=26.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1052121150.5000.460.17125.6155.4462.16
Hex69D4733202E117e373e
Octal15132416362056211766776
Binary11010011101010011100111100100101110100011111110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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