#69D47C

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

Shades of Pastel Green #69D47C

Tints of Pastel Green #69D47C

Color information

#69D47C (or 0x69D47C) is unknown color: approx Pastel Green. HEX triplet: 69, D4 and 7C. RGB value is (105,212,124). Sum of RGB (Red+Green+Blue) = 105+212+124=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 212 (83.20% from 255 or 48.07% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 212 - color contains mainly: green. Hex color #69D47C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D47C is #962B83. Grayscale: #AAAAAA. Windows color (decimal): -9841540 or 8180841. OLE color: 8180841.

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

Color convert

RGB105212124-
CMYK0.5000.420.17
HSL130.65º55.44%62.16%-
HSV(B)130.65º50.47%83.14%-
XYZ33.0151.5527.28-
YUV169.98102.0581.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.81%
GREEN value IS 212 (83.20% from 255) = 48.07%
BLUE value IS 124 (48.83% from 255) = 28.12%
R=23.81%
G=48.07%
B=28.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1052121240.5000.420.17130.6555.4462.16
Hex69D47C3202A1183373e
Octal15132417462052212036776
Binary110100111010100111110011001001010101000110000011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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