#69D47E

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

Shades of Pastel Green #69D47E

Tints of Pastel Green #69D47E

Color information

#69D47E (or 0x69D47E) is unknown color: approx Pastel Green. HEX triplet: 69, D4 and 7E. RGB value is (105,212,126). Sum of RGB (Red+Green+Blue) = 105+212+126=443 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.70% from 443); Green value is 212 (83.20% from 255 or 47.86% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 212 - color contains mainly: green. Hex color #69D47E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D47E is #962B81. Grayscale: #AAAAAA. Windows color (decimal): -9841538 or 8311913. OLE color: 8311913.

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

Color convert

RGB105212126-
CMYK0.5000.410.17
HSL131.78º55.44%62.16%-
HSV(B)131.78º50.47%83.14%-
XYZ33.1451.627.95-
YUV170.2103.0581.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.70%
GREEN value IS 212 (83.20% from 255) = 47.86%
BLUE value IS 126 (49.61% from 255) = 28.44%
R=23.70%
G=47.86%
B=28.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1052121260.5000.410.17131.7855.4462.16
Hex69D47E320291184373e
Octal15132417662051212046776
Binary110100111010100111111011001001010011000110000100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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