#69D47F

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

Shades of Pastel Green #69D47F

Tints of Pastel Green #69D47F

Color information

#69D47F (or 0x69D47F) is unknown color: approx Pastel Green. HEX triplet: 69, D4 and 7F. RGB value is (105,212,127). Sum of RGB (Red+Green+Blue) = 105+212+127=444 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.65% from 444); Green value is 212 (83.20% from 255 or 47.75% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 212 - color contains mainly: green. Hex color #69D47F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D47F is #962B80. Grayscale: #AAAAAA. Windows color (decimal): -9841537 or 8377449. OLE color: 8377449.

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

Color convert

RGB105212127-
CMYK0.5000.400.17
HSL132.34º55.44%62.16%-
HSV(B)132.34º50.47%83.14%-
XYZ33.251.6228.29-
YUV170.32103.5581.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.65%
GREEN value IS 212 (83.20% from 255) = 47.75%
BLUE value IS 127 (50% from 255) = 28.60%
R=23.65%
G=47.75%
B=28.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1052121270.5000.400.17132.3455.4462.16
Hex69D47F320281184373e
Octal15132417762050212046776
Binary110100111010100111111111001001010001000110000100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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